]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/timer.cpp
making implementation independent of a wx-peer of that control
[wxWidgets.git] / src / mac / carbon / timer.cpp
index 6830dd25cbd4fff86a79383390f606fb8d1fd337..5fe0c8428e3488adf4b7db569782728387848192 100644 (file)
@@ -9,10 +9,12 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "timer.h"
 #endif
 
 #pragma implementation "timer.h"
 #endif
 
+#include "wx/wxprec.h"
+
 #include "wx/timer.h"
 
 #if !USE_SHARED_LIBRARY
 #include "wx/timer.h"
 
 #if !USE_SHARED_LIBRARY