]> git.saurik.com Git - wxWidgets.git/commitdiff
Use of date picker control flag must be somehow defined.
authorWłodzimierz Skiba <abx@abx.art.pl>
Fri, 25 Feb 2005 11:07:00 +0000 (11:07 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Fri, 25 Feb 2005 11:07:00 +0000 (11:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/chkconf.h

index 361ba6b5394ac162e551e0b588e71e3e5b9f74b4..d93f2eab61b2429d46085ada1f4c176ce13f4292 100644 (file)
 #   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."