Add check for wxUSE_ADDREMOVECTRL being defined.
This should have been part of r78462. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -425,6 +425,14 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif /* !defined(wxUSE_ACCESSIBILITY) */
|
#endif /* !defined(wxUSE_ACCESSIBILITY) */
|
||||||
|
|
||||||
|
#ifndef wxUSE_ADDREMOVECTRL
|
||||||
|
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||||
|
# error "wxUSE_ADDREMOVECTRL must be defined, please read comment near the top of this file."
|
||||||
|
# else
|
||||||
|
# define wxUSE_ADDREMOVECTRL 0
|
||||||
|
# endif
|
||||||
|
#endif /* !defined(wxUSE_ADDREMOVECTRL) */
|
||||||
|
|
||||||
#ifndef wxUSE_ANIMATIONCTRL
|
#ifndef wxUSE_ANIMATIONCTRL
|
||||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||||
# error "wxUSE_ANIMATIONCTRL must be defined, please read comment near the top of this file."
|
# error "wxUSE_ANIMATIONCTRL must be defined, please read comment near the top of this file."
|
||||||
|
Reference in New Issue
Block a user