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