added test for wxUSE_SCROLLBAR

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-11-25 14:53:08 +00:00
parent 2c62dd25cd
commit 524065c14e

View File

@ -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