]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/msgout.cpp
Removed __WXUNIVERSAL__ part of condition
[wxWidgets.git] / src / common / msgout.cpp
index f66ffdc2b2edac550d4565edd52d0cbc44a54cd9..3c824301395fc9c26cb7ca96ea805c9a5b8be7cc 100755 (executable)
@@ -17,7 +17,7 @@
 // headers
 // ---------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "msgout.h"
 #endif