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