added check for wxUSE_VALIDATORS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-09-15 19:14:28 +00:00
parent d83eeece0e
commit f8ba082ece

View File

@ -331,6 +331,14 @@
# endif
#endif /* !defined(wxUSE_DATAOBJ) */
#ifndef wxUSE_DISPLAY
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_DISPLAY must be defined."
# else
# define wxUSE_DISPLAY 0
# endif
#endif /* !defined(wxUSE_DISPLAY) */
#ifndef wxUSE_DOC_VIEW_ARCHITECTURE
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_DOC_VIEW_ARCHITECTURE must be defined."
@ -691,13 +699,13 @@
# endif
#endif /* !defined(wxUSE_TREECTRL) */
#ifndef wxUSE_DISPLAY
#ifndef wxUSE_VALIDATORS
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_DISPLAY must be defined."
# error "wxUSE_VALIDATORS must be defined."
# else
# define wxUSE_DISPLAY 0
# define wxUSE_VALIDATORS 0
# endif
#endif /* !defined(wxUSE_TREECTRL) */
#endif /* !defined(wxUSE_VALIDATORS) */
#ifndef wxUSE_WXHTML_HELP
# ifdef wxABORT_ON_CONFIG_ERROR