X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf2810aa394d47a43489d6138edf0497c389a22c..872051d89bd098d1e6052fabc07174e67296a35f:/include/wx/motif/setup0.h diff --git a/include/wx/motif/setup0.h b/include/wx/motif/setup0.h index 4c6ad8d0e7..eceb880441 100644 --- a/include/wx/motif/setup0.h +++ b/include/wx/motif/setup0.h @@ -894,7 +894,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