ported rest of contrib to bakefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
15
contrib/include/wx/mmedia/defs.h
Normal file
15
contrib/include/wx/mmedia/defs.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _WX_MMEDIA_DEFS_H_
|
||||
#define _WX_MMEDIA_DEFS_H_
|
||||
|
||||
#ifdef WXMAKINGDLL_MMEDIA
|
||||
#define WXDLLIMPEXP_MMEDIA WXEXPORT
|
||||
#define WXDLLIMPEXP_DATA_MMEDIA(type) WXEXPORT type
|
||||
#elif defined(WXUSINGDLL)
|
||||
#define WXDLLIMPEXP_MMEDIA WXIMPORT
|
||||
#define WXDLLIMPEXP_DATA_MMEDIA(type) WXIMPORT type
|
||||
#else // not making nor using DLL
|
||||
#define WXDLLIMPEXP_MMEDIA
|
||||
#define WXDLLIMPEXP_DATA_MMEDIA(type) type
|
||||
#endif
|
||||
|
||||
#endif // _WX_MMEDIA_DEFS_H_
|
Reference in New Issue
Block a user