X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/04109b229673b6b9780da9b04a9b321b45aa5405..58faf9dde910bbb96d227ffcf181fb46832b61ba:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 256003a673..4082d28d54 100644 --- a/setup.h.in +++ b/setup.h.in @@ -409,6 +409,12 @@ #define wxUSE_VALIDATORS 0 +#ifdef __WXMSW__ +#define wxUSE_AUTOID_MANAGEMENT 0 +#else +#define wxUSE_AUTOID_MANAGEMENT 0 +#endif + #define wxUSE_COMMON_DIALOGS 0 @@ -582,6 +588,8 @@ #define wxUSE_OWNER_DRAWN 0 +#define wxUSE_TASKBARICON_BALLOONS 0 + #define wxUSE_UXTHEME 0 #define wxUSE_INKEDIT 0 @@ -593,11 +601,6 @@ #define wxUSE_CRASHREPORT 0 - - - -#define wxUSE_BITMAP_MESSAGE 0 - /* --- end MSW options --- */ /* @@ -1067,6 +1070,9 @@ /* Define this if you have _vsnwprintf */ #undef HAVE__VSNWPRINTF +/* vswscanf() */ +#undef HAVE_VSWSCANF + /* Define if fseeko and ftello are available. */ #undef HAVE_FSEEKO