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:
Stefan Csomor
2002-01-20 16:06:55 +00:00
parent f305525708
commit 724f720f89

View File

@@ -275,6 +275,11 @@ typedef int wxWindowID;
#define WXEXPORT _Export
#define WXIMPORT _Export
#endif
#elif defined(__WXMAC__)
#ifdef __MWERKS__
#define WXEXPORT __declspec(export)
#define WXIMPORT __declspec(import)
#endif
#endif
// for other platforms/compilers we don't anything