X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dffd81262026d5f375a9acd0dcf131a1b201943d..08399e45e70135e9e8458fdcd3a485f5ad94a935:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index f5cab0b6e9..b88647d7e0 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -601,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 @@ -619,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 // ----------------------------------------------------------------------------