X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55d99c7a77789ff4904bf96eddca3715eb5af9b9..d122f8c745c618a36f492e14f1ca1fd7230c5c9f:/src/common/stream.cpp diff --git a/src/common/stream.cpp b/src/common/stream.cpp index 2770a5df20..a612185f9c 100644 --- a/src/common/stream.cpp +++ b/src/common/stream.cpp @@ -18,7 +18,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "stream.h" #endif