]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/property.h
Fix docs for Bind
[wxWidgets.git] / utils / configtool / src / property.h
index 119bc80ced8ed780f149eb84fe9d9730bc3db416..f9928c0471fcf0d44fe3d9afc33f0c86aa8b1dd0 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef _CT_PROPERTY_H_
 #define _CT_PROPERTY_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "property.cpp"
 #endif