X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/81ba2662b188f62ee9a04501d89ce83be1bbec54..178edd2a3267f1d80b3f1a9f96717d66c12c10be:/src/msw/icon.cpp diff --git a/src/msw/icon.cpp b/src/msw/icon.cpp index 6a7783ebf5..9064101a53 100644 --- a/src/msw/icon.cpp +++ b/src/msw/icon.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "icon.h" #endif