From de6db7c103e03f3a7b63ac679ed745fbd3a61f14 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Wed, 27 Apr 2011 10:26:08 +0000 Subject: [PATCH] Add wxUSE_DC_TRANSFORM_MATRIX to setup for OpenVMS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.h_vms b/setup.h_vms index 0ea6caf75c..65d8d81e3e 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -3,7 +3,7 @@ * Template for the set.h file for VMS * * Created from setup.h_in * * Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * - * Date : 31 March 2011 * + * Date : 27 April 2011 * * * *****************************************************************************/ @@ -837,6 +837,9 @@ typedef pid_t GPid; * Use the Hildon 2.0 framework */ #define wxUSE_LIBHILDON2 0 + +#define wxUSE_DC_TRANSFORM_MATRIX 1 + /* * Have glibc2 */ -- 2.45.2