]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/memory.cpp
Removed __WXUNIVERSAL__ part of condition
[wxWidgets.git] / src / common / memory.cpp
index 8dab25f747543735e66371f05b16aaae82ab6da0..29b31bdfeb4bfdd8ae6b99849bc777c9c0b84bdc 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "memory.h"
 #endif
 
@@ -26,7 +26,7 @@
 
 #if (defined(__WXDEBUG__) && wxUSE_MEMORY_TRACING) || wxUSE_DEBUG_CONTEXT
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 // #pragma implementation
 #endif