Additional configuration check.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1210,7 +1210,18 @@
|
|||||||
# define wxUSE_LISTBOX 1
|
# define wxUSE_LISTBOX 1
|
||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
#endif /* wxUSE_RADIOBTN */
|
#endif /* wxUSE_CHECKLISTBOX */
|
||||||
|
|
||||||
|
#if wxUSE_CHOICEDLG
|
||||||
|
# if !wxUSE_LISTBOX
|
||||||
|
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||||
|
# error "Choice dialogs requires wxListBox"
|
||||||
|
# else
|
||||||
|
# undef wxUSE_LISTBOX
|
||||||
|
# define wxUSE_LISTBOX 1
|
||||||
|
# endif
|
||||||
|
# endif
|
||||||
|
#endif /* wxUSE_CHOICEDLG */
|
||||||
|
|
||||||
#if wxUSE_HELP
|
#if wxUSE_HELP
|
||||||
# if !wxUSE_BMPBUTTON
|
# if !wxUSE_BMPBUTTON
|
||||||
|
Reference in New Issue
Block a user