]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/setup0.h
make wxDateTime::ParseXXX() functions char*-friendly
[wxWidgets.git] / include / wx / mac / setup0.h
index 063106af0da894fbf0d3a453e743417ce803eb9c..6b0bd34b11b58ba008b638347c5570c8d0848edc 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.
-#define wxUSE_AUTOID_MANAGEMENT defined(__WXMSW__)
+#ifdef __WXMSW__
+#define wxUSE_AUTOID_MANAGEMENT 1
+#else
+#define wxUSE_AUTOID_MANAGEMENT 0
+#endif
 
 // ----------------------------------------------------------------------------
 // common dialogs