From 76d23441fc72342cab289f818fa6b379489564b5 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Fri, 12 Nov 2010 07:15:46 +0000 Subject: [PATCH] Update SETUP for OpenVMS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.h_vms b/setup.h_vms index b335d191d9..53dc6c89a8 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -99,6 +99,12 @@ typedef pid_t GPid; #endif #endif +#ifdef VMS_GTK2 +#define wxUSE_CAIRO 1 +#else +#define wxUSE_CAIRO 0 +#endif + /* * Define to 1 for Unix[-like] system */ -- 2.45.2