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