From ad03629fea41a14ae497cd6650f84fe72672b376 Mon Sep 17 00:00:00 2001 From: Jouk Date: Tue, 5 Jan 2016 16:33:57 +0100 Subject: [PATCH] Add wxUSE_NATIVE_PROGRESSDLG to OpenVMS setup --- setup.h_vms | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.h_vms b/setup.h_vms index 9c9e94b577..d5002a465b 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 : 20 April 2015 * + * Date : 5 January 2016 * * * *****************************************************************************/ @@ -570,6 +570,8 @@ typedef pid_t GPid; #define wxUSE_PROGRESSDLG 1 +#define wxUSE_NATIVE_PROGRESSDLG 1 + #define wxUSE_STARTUP_TIPS 1 #define wxUSE_TEXTDLG 1