X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..3ffb81a42350ef0fe9161185480ed41d3f0e76dd:/src/common/zipstrm.cpp diff --git a/src/common/zipstrm.cpp b/src/common/zipstrm.cpp index 1ed942c0ea..6a7ebb12cc 100644 --- a/src/common/zipstrm.cpp +++ b/src/common/zipstrm.cpp @@ -6,7 +6,7 @@ // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "zipstrm.h" #endif