X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da86e1776517d2403a687de08947698f5a608219..24aab8e81a8627802e4111d9c99a50ece8d0026e:/src/xrc/xh_spin.cpp diff --git a/src/xrc/xh_spin.cpp b/src/xrc/xh_spin.cpp index 5189a02fe3..d7a2b589de 100644 --- a/src/xrc/xh_spin.cpp +++ b/src/xrc/xh_spin.cpp @@ -8,10 +8,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "xh_spin.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -19,7 +15,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_spin.h" @@ -105,4 +101,4 @@ bool wxSpinCtrlXmlHandler::CanHandle(wxXmlNode *node) #endif // wxUSE_SPINCTRL -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC