]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
Added machinery to Enable/Disable windows. When a window is disabled, it
[wxWidgets.git] / src / common / string.cpp
index e15d84319d6e9c736d446b2c6222d9bff6389f89..2bd4e6178f7bde45c4f03e023a5900d1d8dc9b64 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
   #pragma implementation "string.h"
 #endif