test that wxUSE_DATAVIEWCTRL is defined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -71,6 +71,8 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
tests for non GUI features
|
tests for non GUI features
|
||||||
|
|
||||||
|
please keep the options in alphabetical order!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef wxUSE_CRASHREPORT
|
#ifndef wxUSE_CRASHREPORT
|
||||||
@@ -276,6 +278,8 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
all these tests are for GUI only
|
all these tests are for GUI only
|
||||||
|
|
||||||
|
please keep the options in alphabetical order!
|
||||||
*/
|
*/
|
||||||
#if wxUSE_GUI
|
#if wxUSE_GUI
|
||||||
|
|
||||||
@@ -394,7 +398,7 @@
|
|||||||
# else
|
# else
|
||||||
# define wxUSE_COMBOCONTROL 0
|
# define wxUSE_COMBOCONTROL 0
|
||||||
# endif
|
# endif
|
||||||
#endif /* !defined(wxUSE_COMBOBOX) */
|
#endif /* !defined(wxUSE_COMBOCONTROL) */
|
||||||
|
|
||||||
#ifndef wxUSE_DATAOBJ
|
#ifndef wxUSE_DATAOBJ
|
||||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||||
@@ -404,6 +408,14 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif /* !defined(wxUSE_DATAOBJ) */
|
#endif /* !defined(wxUSE_DATAOBJ) */
|
||||||
|
|
||||||
|
#ifndef wxUSE_DATAVIEWCTRL
|
||||||
|
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||||
|
# error "wxUSE_DATAVIEWCTRL must be defined."
|
||||||
|
# else
|
||||||
|
# define wxUSE_DATAVIEWCTRL 0
|
||||||
|
# endif
|
||||||
|
#endif /* !defined(wxUSE_DATAVIEWCTRL) */
|
||||||
|
|
||||||
#ifndef wxUSE_DATEPICKCTRL
|
#ifndef wxUSE_DATEPICKCTRL
|
||||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||||
# error "wxUSE_DATEPICKCTRL must be defined."
|
# error "wxUSE_DATEPICKCTRL must be defined."
|
||||||
@@ -484,14 +496,6 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif /* !defined(wxUSE_HTML) */
|
#endif /* !defined(wxUSE_HTML) */
|
||||||
|
|
||||||
#ifndef wxUSE_XRC
|
|
||||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
|
||||||
# error "wxUSE_XRC must be defined."
|
|
||||||
# else
|
|
||||||
# define wxUSE_XRC 0
|
|
||||||
# endif
|
|
||||||
#endif /* !defined(wxUSE_XRC) */
|
|
||||||
|
|
||||||
#ifndef wxUSE_LIBMSPACK
|
#ifndef wxUSE_LIBMSPACK
|
||||||
# ifndef __UNIX__
|
# ifndef __UNIX__
|
||||||
/* set to 0 on platforms that don't have libmspack */
|
/* set to 0 on platforms that don't have libmspack */
|
||||||
@@ -631,7 +635,7 @@
|
|||||||
# else
|
# else
|
||||||
# define wxUSE_OWNERDRAWNCOMBOBOX 0
|
# define wxUSE_OWNERDRAWNCOMBOBOX 0
|
||||||
# endif
|
# endif
|
||||||
#endif /* !defined(wxUSE_COMBOBOX) */
|
#endif /* !defined(wxUSE_OWNERDRAWNCOMBOBOX) */
|
||||||
|
|
||||||
#ifndef wxUSE_PALETTE
|
#ifndef wxUSE_PALETTE
|
||||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||||
@@ -841,6 +845,14 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif /* !defined(wxUSE_WXHTML_HELP) */
|
#endif /* !defined(wxUSE_WXHTML_HELP) */
|
||||||
|
|
||||||
|
#ifndef wxUSE_XRC
|
||||||
|
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||||
|
# error "wxUSE_XRC must be defined."
|
||||||
|
# else
|
||||||
|
# define wxUSE_XRC 0
|
||||||
|
# endif
|
||||||
|
#endif /* !defined(wxUSE_XRC) */
|
||||||
|
|
||||||
#endif /* wxUSE_GUI */
|
#endif /* wxUSE_GUI */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user