From 62b5e1b2ef20c2416473c695dd9604c737bc891e Mon Sep 17 00:00:00 2001 From: Jouk Date: Wed, 24 Feb 2016 13:08:53 +0100 Subject: [PATCH] Synchronize OpenVMS setup-file --- setup.h_vms | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup.h_vms b/setup.h_vms index d5002a465b..32db325fec 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -3,7 +3,7 @@ * Template for the set.h file for VMS * * Created from setup.h_in * * Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * - * Date : 5 January 2016 * + * Date : 24 February 2016 * * * *****************************************************************************/ @@ -723,6 +723,12 @@ typedef pid_t GPid; #define wxUSE_ACTIVEX 0 +#if defined(_MSC_VER) && _MSC_VER >= 1700 + #define wxUSE_WINRT 0 +#else + #define wxUSE_WINRT 0 +#endif + #define wxUSE_DC_CACHEING 1 #define wxUSE_WXDIB 0