From 3100af8eef284c35252209b8c96bface6d61093d Mon Sep 17 00:00:00 2001 From: Jouk Date: Tue, 28 Nov 2017 12:56:06 +0100 Subject: [PATCH] use wxUSE_PRIVATE_FONTS on OpenVMS only for gtk2+ --- setup.h_vms | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.h_vms b/setup.h_vms index 2ac14e8b58..e478d2e6d1 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -536,7 +536,11 @@ typedef pid_t GPid; #define wxUSE_NOTIFICATION_MESSAGE 1 +#ifndef VMS_GTK2 +#define wxUSE_PRIVATE_FONTS 0 +#else #define wxUSE_PRIVATE_FONTS 1 +#endif #if defined (__WXMOTIF__) #define wxUSE_RICHTOOLTIP 0