X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55d99c7a77789ff4904bf96eddca3715eb5af9b9..a63d48fa138e9eaa3079172ace9a804ba5b0415e:/src/common/textfile.cpp diff --git a/src/common/textfile.cpp b/src/common/textfile.cpp index 219b1b26f7..28593b36f5 100644 --- a/src/common/textfile.cpp +++ b/src/common/textfile.cpp @@ -13,7 +13,7 @@ // headers // ============================================================================ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "textfile.h" #endif