X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4199367e9c1b04ce85c51947f09a10ee54c4f688..e9e23cb531e6967b6262c2cacf17fb53eb622193:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 5c3b90e444..5494c52ad1 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -684,7 +684,7 @@ #define wxUSE_WCHAR_T 1 /* - * Compile wxWindows in Unicode mode (Win32 only for now)? + * Compile wxWindows in Unicode mode? */ #define wxUSE_UNICODE 0 @@ -803,6 +803,10 @@ * Use MS HTML Help controller (win32) */ #define wxUSE_MS_HTML_HELP 0 +/* + * Use MS HTML Help via libmspack (Unix) + */ +#define wxUSE_LIBMSPACK 1 /* * Use iostream.h rather than iostream @@ -893,6 +897,11 @@ */ #define wxUSE_ZIPSTREAM 1 +/* + * Use gzip streams, requires wxUSE_ZLIB + */ +#define wxUSE_GZSTREAM 1 + /* * wxPalette class */