]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/setup_inc.h
remove unnecessary ?: operator
[wxWidgets.git] / include / wx / setup_inc.h
index 04f73575c29ce963a253a11204ed43cde717512c..500e3b10c0589d537864dd176851f752f505cd3f 100644 (file)
 // 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.
 // 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
 
 // ----------------------------------------------------------------------------
 // common dialogs