From 01edb63741567fa9c13583462bacb36935ee52c7 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Mon, 19 Mar 2012 13:41:28 +0000 Subject: [PATCH] Updates for OpenVMS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- descrip.mms | 4 +++- setup.h_vms | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/descrip.mms b/descrip.mms index ecc72bde6c..425eb78348 100644 --- a/descrip.mms +++ b/descrip.mms @@ -2,7 +2,7 @@ # * # Make file for VMS * # Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * -# Date : 10 November 2011 * +# Date : 19 March 2012 * # * #***************************************************************************** .first @@ -307,6 +307,8 @@ x11 : [.include.wx]setup.h # $(MMS)$(MMSQUALIFIERS)/macro=(__WXX11__=1,__WXUNIVERSAL__=1) set default [-.thread] $(MMS)$(MMSQUALIFIERS)/macro=(__WXX11__=1,__WXUNIVERSAL__=1) + set default [-.stc] + $(MMS)$(MMSQUALIFIERS)/macro=(__WXX11__=1,__WXUNIVERSAL__=1) set default [--] motif : [.include.wx]setup.h diff --git a/setup.h_vms b/setup.h_vms index e23b1854a4..4cc8555c6e 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 : 7 February 2012 * + * Date : 16 March 2012 * * * *****************************************************************************/ @@ -708,7 +708,7 @@ typedef pid_t GPid; #define wxUSE_RICHEDIT2 0 -#define wxUSE_OWNER_DRAWN 0 +#define wxUSE_OWNER_DRAWN 1 #define wxUSE_TASKBARICON_BALLOONS 0 -- 2.45.2