X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1ab378c03f2c6ee93c3a84f0ed12e0cf0f2f16cc..1a6d9c7680c19f25613380ab5b151806da6decb0:/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