X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/084db46c8b4f3f8d5e6a5f55e09e04f5a680c8a5..64f4500a4a6905623685e67efc65b0d856aff393:/src/common/cmdproc.cpp?ds=inline diff --git a/src/common/cmdproc.cpp b/src/common/cmdproc.cpp index 09603432bd..08f414c171 100644 --- a/src/common/cmdproc.cpp +++ b/src/common/cmdproc.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "cmdproc.h" #endif