X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf2810aa394d47a43489d6138edf0497c389a22c..194323c7c0c16222a1c05e2d7f7c507439d7260f:/include/wx/setup_inc.h diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index 04f73575c2..500e3b10c0 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -890,7 +890,11 @@ // long-running programs can run into problems with ids reuse without this. On // the other platforms, where the ids have the full int range, this shouldn't // be necessary. -#define wxUSE_AUTOID_MANAGEMENT defined(__WXMSW__) +#ifdef __WXMSW__ +#define wxUSE_AUTOID_MANAGEMENT 1 +#else +#define wxUSE_AUTOID_MANAGEMENT 0 +#endif // ---------------------------------------------------------------------------- // common dialogs