X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d51253e84498c982074def1ace0ef9a8c51b0aee..7a8d94185f3d3237861e582c80cf5b7ac43c3c74:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index e5634e5e9c..e1e90daf61 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -54,7 +54,7 @@ #undef size_t /* Define if ssize_t type is available. */ -#undef HAVE_SSIZE_T +#define HAVE_SSIZE_T 1 /* Define if you have the ANSI C header files. */ #define STDC_HEADERS @@ -79,8 +79,11 @@ /* Define this if your version of GTK+ is greater than 1.2.7 */ #define __WXGTK127__ 1 -/* Define this if your version of GTK+ is greater than 1.3 */ +/* Define this if your version of GTK+ is greater than 2.0 */ /* #undef __WXGTK20__ */ + +/* Define this if your version of GTK+ is greater than 2.4 */ +/* #undef __WXGTK24__ */ #endif /* @@ -677,7 +680,11 @@ /* * Use wxMediaCtrl class */ -#define wxUSE_MEDIACTRL 0 +#define wxUSE_MEDIACTRL 1 +/* + * Use DirectShow + */ +#define wxUSE_DIRECTSHOW 1 /* * Use config system */