From f0dd5fd97d80dbd2132a07b62e867109ff0bdd76 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Thu, 19 Aug 2010 07:13:01 +0000 Subject: [PATCH] update compile configuration for OpenVMS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.h_vms b/setup.h_vms index 3230f39712..b335d191d9 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 : 1 July 2010 * + * Date : 19 August 2010 * * * *****************************************************************************/ @@ -382,6 +382,7 @@ typedef pid_t GPid; #define wxUSE_COLLPANE 1 #define wxUSE_COLOURPICKERCTRL 1 #define wxUSE_COMBOBOX 1 +#define wxUSE_COMMANDLINKBUTTON 1 #define wxUSE_DATAVIEWCTRL 1 #define wxUSE_DATEPICKCTRL 1 #define wxUSE_DIRPICKERCTRL 1 @@ -396,6 +397,7 @@ typedef pid_t GPid; #define wxUSE_LISTCTRL 1 #define wxUSE_RADIOBOX 1 #define wxUSE_RADIOBTN 1 +#define wxUSE_RICHMSGDLG 1 #define wxUSE_SCROLLBAR 1 #define wxUSE_SEARCHCTRL 1 #define wxUSE_SLIDER 1