]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/gizmos/gizmos.h
Fixups for solaris; remove '-mt' from pkg-config output and add '-lX11' for a static...
[wxWidgets.git] / contrib / include / wx / gizmos / gizmos.h
index d9a8aadfc6a036d12ba9d6139a5a2a3cddf99de0..43207ea4376619dc9ee6b4600acab8918aebdc02 100644 (file)
@@ -9,4 +9,12 @@
     #define WXDLLIMPEXP_GIZMOS
 #endif
 
+#ifdef WXMAKINGDLL_GIZMOS_XRC
+    #define WXDLLIMPEXP_GIZMOS_XRC WXEXPORT
+#elif defined(WXUSINGDLL)
+    #define WXDLLIMPEXP_GIZMOS_XRC WXIMPORT
+#else // not making nor using DLL
+    #define WXDLLIMPEXP_GIZMOS_XRC
+#endif
+
 #endif