]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/accel.cpp
Worked around problem with kill focus event being sent as soon as
[wxWidgets.git] / src / mac / carbon / accel.cpp
index 16d871aeb0a4a8c0515578f8d8d757a428999f63..69ad642818b21807498cbcb73f0836b03e67eb17 100644 (file)
@@ -9,11 +9,12 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "accel.h"
 #endif
 
-#include "wx/setup.h"
+#include "wx/wxprec.h"
+
 #include "wx/accel.h"
 #include "wx/string.h"