X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da86e1776517d2403a687de08947698f5a608219..f20e3df6d3a2c69d2941dddd4e815d4ceea29abe:/src/xrc/xh_scwin.cpp?ds=sidebyside diff --git a/src/xrc/xh_scwin.cpp b/src/xrc/xh_scwin.cpp index c68bb099bf..e99190c020 100644 --- a/src/xrc/xh_scwin.cpp +++ b/src/xrc/xh_scwin.cpp @@ -8,10 +8,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "xh_scwin.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_scwin.h" #include "wx/scrolwin.h" @@ -62,4 +58,4 @@ bool wxScrolledWindowXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxScrolledWindow")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC