]> git.saurik.com Git - wxWidgets.git/blobdiff - setup/setup.hin
Constructor should survive getting passed a null pointer for conversion.
[wxWidgets.git] / setup / setup.hin
index 4b23840b6f3950a902f2dfbffbe470b3144b9146..15aa1e9c1b306350c01335f5e14a77f96dd9f5a2 100644 (file)
  * to define both size_t and int version of wxString::operator[] because it
  * should really be size_t, but a lot of old, broken code uses int indices.
  */
-#define wxUSE_SIZE_T_STRING_OPERATOR 1
+#define wxUSE_SIZE_T_STRING_OPERATOR 0
 
 /* ------------------------------------------------------------------------ */
 /* misc options                                                             */
 /* Define if you have <unistd.h>.  */
 #undef HAVE_UNISTD_H
 
+/* Define if you have <wchar.h>.  */
+#undef HAVE_WCHAR_H
+
+/* Define if you have <wcstr.h>.  */
+#undef HAVE_WCSTR_H
+
 /* Define if you have <fnmatch.h>.  */
 #undef HAVE_FNMATCH_H