X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c4293cb91327247ad69e6ec8d589bfaa299db28..3374d03d51d6b39aec3fd8c46b16935f05712e88:/setup.h.in diff --git a/setup.h.in b/setup.h.in index eff79923b1..39369fadf1 100644 --- a/setup.h.in +++ b/setup.h.in @@ -152,6 +152,8 @@ #define WXWIN_COMPATIBILITY_2_8 0 +#define wxEVENTS_COMPATIBILITY_2_8 0 + #define wxDIALOG_UNIT_COMPATIBILITY 0 @@ -341,6 +343,7 @@ #define wxUSE_FILEPICKERCTRL 0 #define wxUSE_FONTPICKERCTRL 0 #define wxUSE_GAUGE 0 +#define wxUSE_HEADERCTRL 0 #define wxUSE_HYPERLINKCTRL 0 #define wxUSE_LISTBOX 0 #define wxUSE_LISTCTRL 0 @@ -376,8 +379,6 @@ #define wxUSE_TOOLBOOK 0 -#define wxUSE_TAB_DIALOG 0 - #define wxUSE_TASKBARICON 0 #define wxUSE_GRID 0 @@ -390,6 +391,8 @@ #define wxUSE_BITMAPCOMBOBOX 0 +#define wxUSE_REARRANGECTRL 0 + #define wxUSE_ACCEL 0 @@ -609,31 +612,11 @@ #define wxUSE_CRASHREPORT 0 /* --- end MSW options --- */ -/* - * Supports bool type - */ -#undef HAVE_BOOL - /* * Define if your compiler supports the explicit keyword */ #undef HAVE_EXPLICIT -/* - * Define if your compiler supports const_cast<>() - */ -#undef HAVE_CONST_CAST - -/* - * Define if your compiler supports reinterpret_cast<>() - */ -#undef HAVE_REINTERPRET_CAST - -/* - * Define if your compiler supports static_cast<>() - */ -#undef HAVE_STATIC_CAST - /* * Define if your compiler has C99 va_copy */ @@ -935,6 +918,9 @@ /* Define if you have wcsdup function */ #undef HAVE_WCSDUP +/* Define if you have strnlen() function */ +#undef HAVE_STRNLEN + /* Define if you have wcstoull() and wcstoll() */ #undef HAVE_WCSTOULL