X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da86e1776517d2403a687de08947698f5a608219..3c907f1a7faaec6e38553359b96169eabba98e2c:/src/xrc/xh_stbox.cpp diff --git a/src/xrc/xh_stbox.cpp b/src/xrc/xh_stbox.cpp index a5df4e68f2..93f21b42d2 100644 --- a/src/xrc/xh_stbox.cpp +++ b/src/xrc/xh_stbox.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_stbox.h" #include "wx/statbox.h" @@ -53,4 +53,4 @@ bool wxStaticBoxXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxStaticBox")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC