]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_spin.cpp
Small fixes for compiling Cygwin (with --disable-sockets)
[wxWidgets.git] / src / xrc / xh_spin.cpp
index 5189a02fe39e0710089ca1bc206c5afccb9096ee..616537b27cd0e8c2654b64b4fe860c42b16d8cc3 100644 (file)
@@ -8,7 +8,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "xh_spin.h"
 #endif
 
@@ -19,7 +19,7 @@
     #pragma hdrstop
 #endif
 
-#if wxUSE_XML && wxUSE_XRC
+#if wxUSE_XRC
 
 #include "wx/xrc/xh_spin.h"
 
@@ -105,4 +105,4 @@ bool wxSpinCtrlXmlHandler::CanHandle(wxXmlNode *node)
 
 #endif // wxUSE_SPINCTRL
 
-#endif // wxUSE_XML && wxUSE_XRC
+#endif // wxUSE_XRC