From 13946f977d56a5b75f87180f1a3b2b840091adc0 Mon Sep 17 00:00:00 2001 From: Jouk Date: Mon, 20 Apr 2015 17:03:42 +0200 Subject: [PATCH] Update OpenVMS setup --- setup.h_vms | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.h_vms b/setup.h_vms index ef7ea38e4a..ffadeb77ae 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -422,7 +422,11 @@ typedef pid_t GPid; #define wxUSE_STC 1 +#ifdef VMS_GTK2 #define wxUSE_ACTIVITYINDICATOR 1 +#else +#define wxUSE_ACTIVITYINDICATOR 0 +#endif #define wxUSE_ANIMATIONCTRL 1 #define wxUSE_BANNERWINDOW 1 #define wxUSE_BUTTON 1