X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/304205f142fec6fab5d4166263b641cd2828fcb9..cccce1a6e7cbaab4ba1dc3e039753bdd9bef40e0:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 7ce91e99ef..d31a73ce39 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -927,6 +927,11 @@ */ #define wxUSE_HTML 1 +/* + * wxWebKitCtrl + */ +#define wxUSE_WEBKIT 1 + /* * (virtual) filesystems code */ @@ -1244,8 +1249,17 @@ /* Define if you have wcsrtombs() function */ #define HAVE_WCSRTOMBS 1 -/* Define this if you have fputws() and putwc() */ -#define HAVE_FPUTWC 1 +/* Define this if you have wputc() */ +#define HAVE_WPUTC 1 + +/* Define this if you have wputchar() */ +#define HAVE_WPUTCHAR 1 + +/* Define this if you have putws() */ +#define HAVE_PUTWS 1 + +/* Define this if you have fputws() */ +#define HAVE_FPUTWS 1 /* Define this if you have strcasecmp() function in */ #define HAVE_STRCASECMP_IN_STRING_H 1