X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53fef662b8c5a72c826cf9a2ad103653f266b08c..f3291a824a192f7d672ff9e52aef5987b8795a34:/src/generic/timer.cpp?ds=inline 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