check for wxUSE_REARRANGECTRL being defined

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-01-11 00:49:43 +00:00
parent e6d984e2f0
commit 65ead2309a

View File

@ -832,6 +832,14 @@
# endif
#endif /* !defined(wxUSE_RADIOBTN) */
#ifndef wxUSE_REARRANGECTRL
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_REARRANGECTRL must be defined."
# else
# define wxUSE_REARRANGECTRL 0
# endif
#endif /* !defined(wxUSE_REARRANGECTRL) */
#ifndef wxUSE_SASH
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_SASH must be defined."