]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
added wx(U)int64, then added it to wxDataStream so contrib should
[wxWidgets.git] / setup.h.in
index 819f37ee8234e5c9f8239c74701e038f4049d7ee..09f018e62d7959d7b4bf47eddf55a79d69712b08 100644 (file)
  */
 #define wxUSE_MIMETYPE 0
 
+/*
+ * Use wxSystemOptions
+ */
+#define wxUSE_SYSTEM_OPTIONS 0
+
 /*
  * Use wxMessageDialog (and wxMessageBox)
  */
  * Use wxFFile class
  */
 #define wxUSE_FFILE 0
+/*
+ * Use wxTextBuffer class
+ */
+#define wxUSE_TEXTBUFFER 0
 /*
  * Use wxTextFile class
  */
 /*
  * Use old log dialog instead of new wxLogGui
  */
-#define wxUSE_LOG_DIALOG 1
+#define wxUSE_LOG_DIALOG 0
 /*
  * Use wxStopWatch
  */
 /* Define if you have the <wcstr.h> header file.  */
 #undef HAVE_WCSTR_H
 
+/* Define if you have the <wctype.h> header file.  */
+#undef HAVE_WCTYPE_H
+
 /* Define if you have the <iconv.h> header file.  */
 #undef HAVE_ICONV_H