From 388e6ee8988775e413fa547a7f100a5e9faa6056 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Mon, 12 Jan 2009 10:26:45 +0000 Subject: [PATCH] Update configuration for OpenVMS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.h_vms b/setup.h_vms index ef0536dc47..5abed00b2b 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 : 25 November 2008 * + * Date : 12 January 2009 * * * *****************************************************************************/ @@ -364,6 +364,7 @@ typedef pid_t GPid; #define wxUSE_FILEPICKERCTRL 1 #define wxUSE_FONTPICKERCTRL 1 #define wxUSE_GAUGE 1 +#define wxUSE_HEADERCTRL 1 #define wxUSE_HYPERLINKCTRL 1 #define wxUSE_LISTBOX 1 #define wxUSE_LISTCTRL 1 @@ -415,6 +416,8 @@ typedef pid_t GPid; #define wxUSE_BITMAPCOMBOBOX 1 +#define wxUSE_REARRANGECTRL 1 + #define wxUSE_ACCEL 1 #define wxUSE_HOTKEY 1 -- 2.45.2