]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
blind fix for wxGIFDecoder::ReadGIF
[wxWidgets.git] / setup.h.in
index f6e91fec797ca7815abccdd25da4f426c5c0127c..c93af148df311a2f35adb2bf09a0017d675e8cd9 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 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