X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55d99c7a77789ff4904bf96eddca3715eb5af9b9..3a05d58d94a25dee362c5e1025c612ec6e84678c:/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