]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
added support for gcc precompiled headers
[wxWidgets.git] / src / common / appcmn.cpp
index 906f2c48d57edd4926e7f3f9a1bbae183196a494..fdf85e5b679c74091b4d286cc7618723561af77f 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ---------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "appbase.h"
 #endif