X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf2810aa394d47a43489d6138edf0497c389a22c..58faf9dde910bbb96d227ffcf181fb46832b61ba:/setup.h.in diff --git a/setup.h.in b/setup.h.in index e7defed624..4082d28d54 100644 --- a/setup.h.in +++ b/setup.h.in @@ -409,7 +409,11 @@ #define wxUSE_VALIDATORS 0 -#define wxUSE_AUTOID_MANAGEMENT defined(__WXMSW__) +#ifdef __WXMSW__ +#define wxUSE_AUTOID_MANAGEMENT 0 +#else +#define wxUSE_AUTOID_MANAGEMENT 0 +#endif #define wxUSE_COMMON_DIALOGS 0 @@ -1066,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