#endif
#undef __WIN95__
+#ifndef __WIN32__
#undef __WIN32__
+#endif
#undef __GNUWIN32__
#undef STRICT
#undef WINVER
/*
* Use this control
*/
-#define wxUSE_STATUSBAR 0
#define wxUSE_STATTEXT 0
/*
* Use this control
* Use wxFFile class
*/
#define wxUSE_FFILE 0
+/*
+ * Use wxTextBuffer class
+ */
+#define wxUSE_TEXTBUFFER 0
/*
* Use wxTextFile class
*/
/* define if you have statfs function */
#undef HAVE_STATFS
+/* define if you have statvfs function */
+#undef HAVE_STATVFS
+
/* Define if you have strptime() */
#undef HAVE_STRPTIME