X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da86e1776517d2403a687de08947698f5a608219..3a3013019a93ae68757a501fd0b732290bc62ade:/src/xrc/xh_sttxt.cpp?ds=sidebyside diff --git a/src/xrc/xh_sttxt.cpp b/src/xrc/xh_sttxt.cpp index dc42cd178f..da772ef416 100644 --- a/src/xrc/xh_sttxt.cpp +++ b/src/xrc/xh_sttxt.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_sttxt.h" #include "wx/stattext.h" @@ -57,4 +57,4 @@ bool wxStaticTextXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxStaticText")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC