X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d772bf4341fd3573a6122e4ecc67edea511cdad1..7d2d5d81951888e76f93b33aca9899a9c480022b:/src/common/memory.cpp?ds=sidebyside diff --git a/src/common/memory.cpp b/src/common/memory.cpp index 8dab25f747..29b31bdfeb 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -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