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