X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/621be1ec2672d922cfb95d6e8178b38c8ceaf52a..28dfea7754424218398d2a7bd4e6bbbd253d7933:/src/xrc/xh_scrol.cpp diff --git a/src/xrc/xh_scrol.cpp b/src/xrc/xh_scrol.cpp index dd330bb78b..bbb52bdbd2 100644 --- a/src/xrc/xh_scrol.cpp +++ b/src/xrc/xh_scrol.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XRC +#if wxUSE_XRC && wxUSE_SCROLLBAR #include "wx/xrc/xh_scrol.h" #include "wx/scrolbar.h" @@ -61,4 +61,4 @@ bool wxScrollBarXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxScrollBar")); } -#endif // wxUSE_XRC +#endif // wxUSE_XRC && wxUSE_SCROLLBAR