Use of date picker control flag must be somehow defined.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a809b45d59
commit
337dc4c1f6
@ -356,6 +356,14 @@
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_DATAOBJ) */
|
||||
|
||||
#ifndef wxUSE_DATEPICKCTRL
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_DATEPICKCTRL must be defined."
|
||||
# else
|
||||
# define wxUSE_DATEPICKCTRL 0
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_DATEPICKCTRL) */
|
||||
|
||||
#ifndef wxUSE_DISPLAY
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_DISPLAY must be defined."
|
||||
|
Loading…
Reference in New Issue
Block a user