]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/cursor.cpp
fix for CW non unicode builds
[wxWidgets.git] / src / gtk / cursor.cpp
index fe6c31ea390535506ea750e0ba46cbe1086d5993..f23daacbb9fadcdd04ec59c58b983d29506a86be 100644 (file)
@@ -7,11 +7,13 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "cursor.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/cursor.h"
 #include "wx/utils.h"
 #include "wx/app.h"