From 6f994383508312bee5e9faa4afb649cebc97012c Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Tue, 16 May 2006 06:54:54 +0000 Subject: [PATCH] Update OpenVMS build configuration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/setup.h_vms b/setup.h_vms index af928cfdb8..878e01269e 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 : 15 February 2006 * + * Date : 12 May 2006 * * * *****************************************************************************/ @@ -317,6 +317,7 @@ typedef pid_t GPid; #define wxUSE_CHECKLISTBOX 1 #define wxUSE_CHOICE 1 #define wxUSE_COMBOBOX 1 +#define wxUSE_DATAVIEWCTRL 1 #define wxUSE_DATEPICKCTRL 1 #define wxUSE_GAUGE 1 #define wxUSE_LISTBOX 1 @@ -360,10 +361,12 @@ typedef pid_t GPid; #define wxUSE_GRID 1 -#define wxUSE_DATAVIEWCTRL 1 - #define wxUSE_MINIFRAME 1 +#define wxUSE_COMBOCONTROL 1 + +#define wxUSE_OWNERDRAWNCOMBOBOX 1 + #define wxUSE_ACCEL 1 #define wxUSE_HOTKEY 1