X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53fef662b8c5a72c826cf9a2ad103653f266b08c..4a93ea29b583718ec19613d6af98ff1ce9cc0ea3:/src/generic/timer.cpp?ds=sidebyside diff --git a/src/generic/timer.cpp b/src/generic/timer.cpp index 46fbe6a0c3..a4afe39e25 100644 --- a/src/generic/timer.cpp +++ b/src/generic/timer.cpp @@ -7,7 +7,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "timer.h" #endif