X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/60e92dd5c54f0f536c4711c45be905dd8b44220d..711b238d9b622e7c134e336960f14ca0d1bebdc6:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 1443a641c4..0108b6070b 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