correct import and export statements for metrowerks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -275,6 +275,11 @@ typedef int wxWindowID;
|
|||||||
#define WXEXPORT _Export
|
#define WXEXPORT _Export
|
||||||
#define WXIMPORT _Export
|
#define WXIMPORT _Export
|
||||||
#endif
|
#endif
|
||||||
|
#elif defined(__WXMAC__)
|
||||||
|
#ifdef __MWERKS__
|
||||||
|
#define WXEXPORT __declspec(export)
|
||||||
|
#define WXIMPORT __declspec(import)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// for other platforms/compilers we don't anything
|
// for other platforms/compilers we don't anything
|
||||||
|
Reference in New Issue
Block a user