]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
one day people will stop putting C++ comments in C files
[wxWidgets.git] / setup.h.in
index c939e24c0fb74dcd9fdd1f13662b1c69d0074224..b20808e78553ecc9c8f727dcdbb79e50d0b223e4 100644 (file)
 #undef STRICT
 #undef WINVER
 
 #undef STRICT
 #undef WINVER
 
+/* enable native status bar under Win32 */
+#ifdef __WIN95__
+#define wxUSE_NATIVE_STATUSBAR 1
+#endif
+
+/* enable rich edit under Win32 */
+#if defined(__WIN95__) && !defined(__TWIN32__) && !defined(__GNUWIN32_OLD__)
+#define wxUSE_RICHEDIT 1
+#else
+#define wxUSE_RICHEDIT 0
+#endif
+
 /*
  * Supports bool type
  */
 /*
  * Supports bool type
  */
  * Use libjpeg
  */
 #define wxUSE_LIBJPEG 0
  * Use libjpeg
  */
 #define wxUSE_LIBJPEG 0
+/*
+ * Use libtiff
+ */
+#define wxUSE_LIBTIFF 0
 /*
  * Use iODBC
  */
 /*
  * Use iODBC
  */