From 22d4c8b2c7385325d8f844d3df1f2d5c5cbe8582 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Thu, 18 Sep 2014 14:52:33 +0000 Subject: [PATCH] Synchronizing setup.h_vms with setup.h.in git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/setup.h_vms b/setup.h_vms index 1e7f2c3ed2..2ee4aff4ef 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 : 21 January 2013 * + * Date : 18 September 2014 * * * *****************************************************************************/ @@ -701,6 +701,14 @@ typedef pid_t GPid; /* --- start MSW options --- */ +#define wxUSE_GRAPHICS_GDIPLUS wxUSE_GRAPHICS_CONTEXT + +#if defined(_MSC_VER) && _MSC_VER >= 1600 + #define wxUSE_GRAPHICS_DIRECT2D wxUSE_GRAPHICS_CONTEXT +#else + #define wxUSE_GRAPHICS_DIRECT2D 0 +#endif + #define wxUSE_MFC 0 #define wxUSE_OLE 0 @@ -725,13 +733,14 @@ typedef pid_t GPid; #define wxUSE_TASKBARICON_BALLOONS 0 +#define wxUSE_TASKBARBUTTON 0 + #define wxUSE_UXTHEME 0 #define wxUSE_INKEDIT 0 #define wxUSE_INICONF 0 - #define wxUSE_DATEPICKCTRL_GENERIC 0 #define wxUSE_TIMEPICKCTRL_GENERIC 0