]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Demo cleanup
[wxWidgets.git] / setup.h.in
index f61635403b32afb5f70251bd19dfd833564d34ca..4509bab35c638743a2f650f10ff52877b5fe1a58 100644 (file)
@@ -94,7 +94,9 @@
 #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