]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/module.cpp
Do not #include wxGUI headers in wxBase files.
[wxWidgets.git] / src / common / module.cpp
index e8ddb80a0af439b6b9d44af11e0e4fe9f6843eb5..70334f639d00484ebdf20c4127faa389adda4bfa 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "module.h"
 #endif