X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da86e1776517d2403a687de08947698f5a608219..4566d7db6fc8adaecc8c5d5245a6b876c114496a:/src/xrc/xh_scwin.cpp diff --git a/src/xrc/xh_scwin.cpp b/src/xrc/xh_scwin.cpp index c68bb099bf..886da64ce0 100644 --- a/src/xrc/xh_scwin.cpp +++ b/src/xrc/xh_scwin.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_scwin.h" #include "wx/scrolwin.h" @@ -62,4 +62,4 @@ bool wxScrolledWindowXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxScrolledWindow")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC