]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Fix the email notification's fromaddr.
[wxWidgets.git] / setup.h.in
index e7defed624a2eceb1014f567e652f419c6ad6898..4082d28d54526528a44c35acfa16e391daf49eb6 100644 (file)
 
 #define wxUSE_VALIDATORS 0
 
-#define wxUSE_AUTOID_MANAGEMENT defined(__WXMSW__)
+#ifdef __WXMSW__
+#define wxUSE_AUTOID_MANAGEMENT 0
+#else
+#define wxUSE_AUTOID_MANAGEMENT 0
+#endif
 
 
 #define wxUSE_COMMON_DIALOGS 0
 /* Define this if you have _vsnwprintf */
 #undef HAVE__VSNWPRINTF
 
+/* vswscanf() */
+#undef HAVE_VSWSCANF
+
 /* Define if fseeko and ftello are available.  */
 #undef HAVE_FSEEKO