From ab0a64f0fb24457424c4261a745f9037f98753ff Mon Sep 17 00:00:00 2001 From: Jouk Date: Wed, 30 Mar 2016 12:01:39 +0200 Subject: [PATCH] Update OpenVMS setup --- setup.h_vms | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/setup.h_vms b/setup.h_vms index 32db325fec..0e65e78bf7 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -707,6 +707,8 @@ typedef pid_t GPid; */ #define wxUSE_GSTREAMER 0 +#define wxUSE_GSTREAMER_PLAYER 0 + /* --- start MSW options --- */ #define wxUSE_GRAPHICS_GDIPLUS wxUSE_GRAPHICS_CONTEXT @@ -723,7 +725,7 @@ typedef pid_t GPid; #define wxUSE_ACTIVEX 0 -#if defined(_MSC_VER) && _MSC_VER >= 1700 +#if defined(_MSC_VER) && _MSC_VER >= 1700 && !defined(_USING_V110_SDK71_) #define wxUSE_WINRT 0 #else #define wxUSE_WINRT 0 @@ -757,6 +759,12 @@ typedef pid_t GPid; #define wxUSE_TIMEPICKCTRL_GENERIC 0 +#if defined(__VISUALC__) || defined(__MINGW64_TOOLCHAIN__) + #define wxUSE_DBGHELP 0 +#else + #define wxUSE_DBGHELP 0 +#endif + #define wxUSE_CRASHREPORT 0 /* --- end MSW options --- */