]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dlimpexp.h
Recognize more XRC elements as containing translatable strings.
[wxWidgets.git] / include / wx / dlimpexp.h
index fc5e008f9d88e7bb665db953951a2f8d81b9064e..9e497270e1a2649b91ccf669dfd1c1bab2fec1c5 100644 (file)
 #        define WXEXPORT _Export
 #        define WXIMPORT _Export
 #    endif
-#elif defined(__WXMAC__) || defined(__WXCOCOA__)
-#    ifdef __MWERKS__
-#        define WXEXPORT __declspec(export)
-#        define WXIMPORT __declspec(import)
-#    endif
 #elif defined(__CYGWIN__)
 #    define WXEXPORT __declspec(dllexport)
 #    define WXIMPORT __declspec(dllimport)