moved wxUSE_UNICODE <-> _UNICODE checks to wx/platform.h from wx/wxchar.h because...
[wxWidgets.git] / include / wx / gtk / spinctrl.h
index f3af16601a22e15b35289125053d57c04a1b1939..b02797c3e74a1b2483a96188815f4031d189ce26 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __GTKSPINCTRLH__
 #define __GTKSPINCTRLH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif