new wxUSE_xxx variables must be in chkconf.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-07-31 10:13:03 +00:00
parent 85b657c79d
commit 9c7f75734a

View File

@ -970,6 +970,20 @@
# define wxUSE_UNICODE_MSLU 0
# endif
# endif /* wxUSE_UNICODE_MSLU */
# ifndef wxUSE_UXTHEME
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_UXTHEME must be defined."
# else
# define wxUSE_UXTHEME 0
# endif
# endif /* wxUSE_UXTHEME */
# ifndef wxUSE_UXTHEME_AUTO
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_UXTHEME_AUTO must be defined."
# else
# define wxUSE_UXTHEME_AUTO 0
# endif
# endif /* wxUSE_UXTHEME_AUTO */
# ifndef wxUSE_MS_HTML_HELP
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_MS_HTML_HELP must be defined."