X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1730ac80d810a797255d9e27424d8bfdb294ec88..85bb33f4927c431753c639faffdf4d55e7302f8f:/setup.h.in diff --git a/setup.h.in b/setup.h.in index e135b56f0d..0d20029b85 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 @@ -316,11 +320,7 @@ #define wxUSE_STATUSBAR 0 -#if defined(__WXMSW__) || defined(__WXMAC__) -#define wxUSE_NATIVE_STATUSBAR 0 -#else #define wxUSE_NATIVE_STATUSBAR 0 -#endif #define wxUSE_TOOLBAR 0 #define wxUSE_TOOLBAR_NATIVE 0 @@ -495,11 +495,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