X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c0ea335c7b1aa4ebd8b3a79dfb4be9fb20eefdb..9c9f40d0223f7767fd0c5d425a9019fd49ef6e06:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 6436ddd2d1..b20808e785 100644 --- a/setup.h.in +++ b/setup.h.in @@ -99,6 +99,13 @@ #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 */ @@ -116,6 +123,10 @@ * Use libjpeg */ #define wxUSE_LIBJPEG 0 +/* + * Use libtiff + */ +#define wxUSE_LIBTIFF 0 /* * Use iODBC */