X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/392555bb0faa513980f45db7a80d45e13bbbfe6e..f139dfe8e34630022fdf133165303b42a36661a9:/setup.h_vms?ds=inline diff --git a/setup.h_vms b/setup.h_vms index e988469687..cabcf6885d 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -620,6 +620,11 @@ */ #define wxUSE_ZIPSTREAM 1 +/* + * wxImage support + */ +#define wxUSE_IMAGE 1 + /* * GIF image format support */ @@ -635,6 +640,11 @@ */ #define wxUSE_PNM 1 +/* + * XPM image format support + */ +#define wxUSE_XPM 1 + /* * Disable this if your compiler can't cope * with omission of prototype parameters. @@ -665,6 +675,9 @@ * present */ #define WX_GMTOFF_IN_TM +/* iconv()'s 2nd argument is char ** and not const char ** */ +#define WX_ICONV_TAKES_CHAR 1 + /* Define if you have pw_gecos field in struct passwd */ #undef HAVE_PW_GECOS