X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abad53678b86a84d34079d02d8d738a25df27c3f..e5053ade6b00922decc47f2cf143ef08b5d0cfbb:/include/wx/msw/setup0.h?ds=sidebyside diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index be887d2a76..1917753d95 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -931,9 +931,15 @@ // Set to 1 for PCX format support #define wxUSE_PCX 1 +// Set to 1 for IFF format support (Amiga format) +#define wxUSE_IFF 0 + // Set to 1 for XPM format support #define wxUSE_XPM 1 +// Set to 1 for MS Icons and Cursors format support +#define wxUSE_ICO_CUR 1 + // Set to 1 to compile in wxPalette class #define wxUSE_PALETTE 1