X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da86e1776517d2403a687de08947698f5a608219..18f5234f0c5750dcab4a42a57e0cfc8baaf123e8:/src/xrc/xh_scrol.cpp diff --git a/src/xrc/xh_scrol.cpp b/src/xrc/xh_scrol.cpp index d95d17e9b8..2d46ddb697 100644 --- a/src/xrc/xh_scrol.cpp +++ b/src/xrc/xh_scrol.cpp @@ -8,10 +8,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "xh_scrol.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 && wxUSE_SCROLLBAR #include "wx/xrc/xh_scrol.h" #include "wx/scrolbar.h" @@ -61,4 +57,4 @@ bool wxScrollBarXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxScrollBar")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC && wxUSE_SCROLLBAR