]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dlimpexp.h
compilation fix for wxUSE_STL==1 build
[wxWidgets.git] / include / wx / dlimpexp.h
index f6effd34446982c854ba7ec6557f4f97ea0a690f..b429d2d938647ff75ea1949e357669898848fff4 100644 (file)
     #define WXDLLIMPEXP_STC
 #endif
 
-/* GCC warns about using __attribute__ on forward declarations, so we need
-   another set of macros for them: */
-#if defined(HAVE_VISIBILITY)
+/*
+   GCC warns about using __attribute__ (and also __declspec in mingw32 case) on
+   forward declarations while MSVC complains about forward declarations without
+   __declspec for the classes later declared with it, so we need a separate set
+   of macros for forward declarations to hide this difference:
+ */
+#if defined(HAVE_VISIBILITY) || (defined(__WINDOWS__) && defined(__GNUC__))
     #define WXDLLIMPEXP_FWD_BASE
     #define WXDLLIMPEXP_FWD_NET
     #define WXDLLIMPEXP_FWD_CORE