X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1ab378c03f2c6ee93c3a84f0ed12e0cf0f2f16cc..3581295575ac72293240bca196e42b6162cfa4f5:/src/common/menucmn.cpp diff --git a/src/common/menucmn.cpp b/src/common/menucmn.cpp index 7208dbbd49..1938ce4ca8 100644 --- a/src/common/menucmn.cpp +++ b/src/common/menucmn.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "menubase.h" #endif