From: Jouk Jansen Date: Fri, 12 Nov 2010 07:15:46 +0000 (+0000) Subject: Update SETUP for OpenVMS X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/76d23441fc72342cab289f818fa6b379489564b5?ds=sidebyside;hp=948c6134e7cd57a0b776b9440975a73ce30d7d03 Update SETUP for OpenVMS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 */