]> git.saurik.com Git - wxWidgets.git/commitdiff
correct import and export statements for metrowerks
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 20 Jan 2002 16:06:55 +0000 (16:06 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 20 Jan 2002 16:06:55 +0000 (16:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index cc9edc95684d862589773194360987fe4973434e..66ced8ccffb3455aad310aa1c13c2b2c0bc72be7 100644 (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