X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3cd0b8c5b5a320bba065c4da306be3687d144157..63ff6f538e6b78af9cf619d624629524e3b0f21c:/src/x11/dc.cpp?ds=sidebyside diff --git a/src/x11/dc.cpp b/src/x11/dc.cpp index aeef76c8fd..cad69fdf09 100644 --- a/src/x11/dc.cpp +++ b/src/x11/dc.cpp @@ -9,7 +9,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "dc.h" #endif