]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gaugecmn.cpp
Removed __WXUNIVERSAL__ part of condition
[wxWidgets.git] / src / common / gaugecmn.cpp
index b7384ea545c4c6061fabb63083be819a05217d1e..4b5681f36d433334a6175f5f55a21793a97b24c9 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "gaugebase.h"
 #endif