X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dae752d4b1bb5bdf1d47833191262c760331681e..5ff5710d558a9cdffdc8845e7e6a5e6b14e7094f:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 17ef3a44ae..259a74575b 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -838,6 +838,11 @@ */ #define wxUSE_PCX 1 +/* + * IFF image format support + */ +#define wxUSE_IFF 1 + /* * PNM image format support */ @@ -848,6 +853,11 @@ */ #define wxUSE_XPM 1 +/* + * MS Icons and Cursors format support + */ +#define wxUSE_ICO_CUR 0 + /* * Disable this if your compiler can't cope * with omission of prototype parameters.