X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/97b305b71cc31978a5438e1c0efa7daa4d51d713..749b01f03755465790549e7b94d2a6e2eaae193e:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 58af06c42d..cabcf6885d 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -333,6 +333,10 @@ * Use this control */ #define wxUSE_STATUSBAR 1 +/* + * Use this control + */ +#define wxUSE_TOGGLEBTN 1 /* * Use Tab dialog class - obsolete, use wxNotebook instead */ @@ -616,6 +620,11 @@ */ #define wxUSE_ZIPSTREAM 1 +/* + * wxImage support + */ +#define wxUSE_IMAGE 1 + /* * GIF image format support */ @@ -631,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. @@ -661,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