X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55d99c7a77789ff4904bf96eddca3715eb5af9b9..0f314c30b8c4ffbd7d87146f72be7a061d506235:/src/common/textbuf.cpp?ds=sidebyside diff --git a/src/common/textbuf.cpp b/src/common/textbuf.cpp index c9df178872..e77cf8be0d 100644 --- a/src/common/textbuf.cpp +++ b/src/common/textbuf.cpp @@ -11,7 +11,7 @@ // headers // ============================================================================ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "textbuf.h" #endif