Update SETUP for OpenVMS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2010-11-12 07:15:46 +00:00
parent 948c6134e7
commit 76d23441fc

View File

@@ -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
*/