X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffdf1b49033b9a2d9cfda3580bc982eeb70cc3d7..5e80ff3d31fde40c3cef5a3b47d08850d95b5d1a:/src/xrc/xh_scwin.cpp diff --git a/src/xrc/xh_scwin.cpp b/src/xrc/xh_scwin.cpp index e075827f4e..886da64ce0 100644 --- a/src/xrc/xh_scwin.cpp +++ b/src/xrc/xh_scwin.cpp @@ -19,6 +19,8 @@ #pragma hdrstop #endif +#if wxUSE_XRC + #include "wx/xrc/xh_scwin.h" #include "wx/scrolwin.h" #include "wx/frame.h" // to get wxNO_3D @@ -59,3 +61,5 @@ bool wxScrolledWindowXmlHandler::CanHandle(wxXmlNode *node) { return IsOfClass(node, wxT("wxScrolledWindow")); } + +#endif // wxUSE_XRC