]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dlimpexp.h
Use new function GetItemLabel
[wxWidgets.git] / include / wx / dlimpexp.h
index e2baeb9f04f249b58f01ab70d2abf588714e22b5..9160ad84c766baed19ad8393c84538120294a067 100644 (file)
@@ -53,7 +53,7 @@
 #    define WXIMPORT __declspec(dllimport)
 #elif defined(HAVE_VISIBILITY)
 #    define WXEXPORT __attribute__ ((visibility("default")))
-#    define WXIMPORT
+#    define WXIMPORT __attribute__ ((visibility("default")))
 #endif
 
 /* for other platforms/compilers we don't anything */