X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53fef662b8c5a72c826cf9a2ad103653f266b08c..2ce79e485dc69519895cd223b9e8b2d37155a077:/src/generic/timer.cpp 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