*/
#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