]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dlimpexp.h
dirty hack to fix deprecation warning when building wxMotif
[wxWidgets.git] / include / wx / dlimpexp.h
index 6bdfbf458b3cf1109378797171d19a6ac5e1bf7d..16e58d497495c34ad373c19f5691618bc1f3847a 100644 (file)
@@ -48,6 +48,9 @@
 #        define WXEXPORT __declspec(export)
 #        define WXIMPORT __declspec(import)
 #    endif
+#elif defined(__CYGWIN__)
+#    define WXEXPORT __declspec(dllexport)
+#    define WXIMPORT __declspec(dllimport)
 #endif
 
 /* for other platforms/compilers we don't anything */