X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55d99c7a77789ff4904bf96eddca3715eb5af9b9..1e54be64fd06fc0eecccbf75c514a76e2cf23f0c:/src/common/mstream.cpp diff --git a/src/common/mstream.cpp b/src/common/mstream.cpp index dd26b5ed91..5aa97dcf21 100644 --- a/src/common/mstream.cpp +++ b/src/common/mstream.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "mstream.h" #endif