X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65c75abefc4b06d49421be4af5397d8b3d5647d4..04857cb707be4de8083e599fc2e1967c77eb7f5e:/src/common/string.cpp?ds=sidebyside diff --git a/src/common/string.cpp b/src/common/string.cpp index e15d84319d..2bd4e6178f 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -9,7 +9,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "string.h" #endif