X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53fef662b8c5a72c826cf9a2ad103653f266b08c..8d656ea93c0f3d53f97a1c67244baa39d72b7334:/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