X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b64f0a5fc7bbe365bcd1b38c346a4033761f49ed..bfb9ee966d5d1f29e49f38e340812ade4b3cc956:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 834d769e19..b88647d7e0 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -276,8 +276,6 @@ // Set to 1 to use socket classes #define wxUSE_SOCKETS 1 -#if wxUSE_GUI - // Set to 1 to enable virtual file systems (required by wxHTML) #define wxUSE_FILESYSTEM 1 @@ -294,18 +292,6 @@ // wxUSE_LIBPNG. #define wxUSE_ZLIB 1 -#else // !wxUSE_GUI - -// although it is possible to compile all of those in wxBase, this is not done -// by default -#define wxUSE_FILESYSTEM 0 -#define wxUSE_FS_ZIP 0 -#define wxUSE_FS_INET 0 -#define wxUSE_ZIPSTREAM 0 -#define wxUSE_ZLIB 0 - -#endif // wxUSE_GUI/!wxUSE_GUI - // If enabled, the code written by Apple will be used to write, in a portable // way, float on the disk. See extended.c for the license which is different // from wxWindows one. @@ -379,6 +365,7 @@ #define wxUSE_SPINCTRL 1 #define wxUSE_STATLINE 1 #define wxUSE_STATUSBAR 1 +#define wxUSE_TOGGLEBTN 1 // requires wxButton #define wxUSE_TOOLTIPS 1 // wxToolTip and wxWindow::SetToolTip() // Two status bar implementations are available under Win32: the generic one @@ -614,6 +601,9 @@ // Some formats require an extra library which is included in wxWin sources // which is mentioned if it is the case. +// Set to 1 for wxImage support (recommended). +#define wxUSE_IMAGE 1 + // Set to 1 for PNG format support (requires libpng). Also requires wxUSE_ZLIB. #define wxUSE_LIBPNG 1 @@ -632,6 +622,9 @@ // Set to 1 for PCX format support #define wxUSE_PCX 1 +// Set to 1 for XPM format support +#define wxUSE_XPM 1 + // ---------------------------------------------------------------------------- // Windows-only settings // ----------------------------------------------------------------------------