X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3c0f9e75f16f7b636bdf7cd1b821e41e0f61592..543f08a67631f2849872d5d3ee7cb99047718560:/include/wx/msw/setup0.h?ds=sidebyside diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index fc1751489c..e790a6e912 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -190,6 +190,12 @@ // Use PNG bitmap code #define wxUSE_LIBJPEG 0 // Use JPEG bitmap code +#define wxUSE_LIBGIF 1 + // Use GIF bitmap code +#define wxUSE_PNM 1 + // Use PNM bitmap code +#define wxUSE_PCX 1 + // Use PCX bitmap code #define wxUSE_SERIAL 0 // Use serialization (requires utils/serialize) #define wxUSE_DYNLIB_CLASS 0 @@ -209,7 +215,8 @@ // wxBusyInfo displays window with message // when app is busy. Works in same way as // wxBusyCursor - +#define wxUSE_ZIPSTREAM 0 + // input stream for reading from zip archives /* * Finer detail @@ -380,6 +387,21 @@ #undef wxUSE_TOOLTIPS #define wxUSE_TOOLTIPS 0 +#undef wxUSE_LIBPNG +#define wxUSE_LIBPNG 0 + +#undef wxUSE_LIBJPEG +#define wxUSE_LIBJPEG 0 + +#undef wxUSE_LIBGIF +#define wxUSE_LIBGIF 0 + +#undef wxUSE_PNM +#define wxUSE_PNM 0 + +#undef wxUSE_PCX +#define wxUSE_PCX 0 + #endif #endif