X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1730ac80d810a797255d9e27424d8bfdb294ec88..c4e2838090992384911a6a6aa44cac985d79a555:/setup.h.in?ds=sidebyside diff --git a/setup.h.in b/setup.h.in index e135b56f0d..7228fe9a0d 100644 --- a/setup.h.in +++ b/setup.h.in @@ -240,6 +240,8 @@ #define wxUSE_FS_INET 0 +#define wxUSE_ARCHIVE_STREAMS 0 + #define wxUSE_ZIPSTREAM 0 #define wxUSE_ZLIB 0 @@ -274,6 +276,8 @@ #define wxUSE_DIRECTSHOW 0 +#define wxUSE_GSTREAMER 0 + #define wxUSE_XRC 0 #if wxUSE_XRC @@ -495,11 +499,6 @@ #define wxUSE_OWNER_DRAWN 1 #endif -#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__) -#undef wxUSE_NATIVE_STATUSBAR -#define wxUSE_NATIVE_STATUSBAR 1 -#endif - #if defined(__WIN95__) && !defined(__WINE__) && !defined(__GNUWIN32_OLD__) #define wxUSE_RICHEDIT 1 #else