X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/002ed9af8309d5baa1b2c32f1fd28160595e2fa7..571d14b2621325840e465e1e55be9f5a362a5dbd:/include/wx/univ/setup0.h diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 6a520cef36..0da4fe15eb 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -424,12 +424,9 @@ #define wxUSE_ZIPSTREAM 1 // Set to 1 to compile wxZlibInput/OutputStream classes. Also required by -// wxUSE_LIBPNG and wxUSE_GZSTREAM. +// wxUSE_LIBPNG #define wxUSE_ZLIB 1 -// Set to 1 to compile wxGzipInput/OutputStream classes. Requires wxUSE_ZLIB. -#define wxUSE_GZSTREAM 1 - // Set to 1 to enable virtual Internet filesystem (requires wxUSE_FILESYSTEM) #define wxUSE_FS_INET 1 @@ -830,6 +827,15 @@ // Big GUI components // ---------------------------------------------------------------------------- +// Set to 0 to disable MDI support. +// +// Requires wxUSE_NOTEBOOK under platforms other than MSW. +// +// Default is 1. +// +// Recommended setting: 1, can be safely set to 0. +#define wxUSE_MDI 1 + // Set to 0 to disable document/view architecture #define wxUSE_DOC_VIEW_ARCHITECTURE 1