]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stream.cpp
added support for gcc precompiled headers
[wxWidgets.git] / src / common / stream.cpp
index 2770a5df20a5cb9946dc1d641f1a57269cafa3a5..a612185f9c0a91f288ccc2ac59951af0a543327c 100644 (file)
@@ -18,7 +18,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "stream.h"
 #endif