From fec34ef52dad898e72dd488f939ea0db5ec09ead Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Thu, 26 Feb 2009 07:24:25 +0000 Subject: [PATCH] Updating OpenVMS compile configuration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.h_vms b/setup.h_vms index da6550b68b..9e883532de 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 : 25 February 2009 * + * Date : 26 February 2009 * * * *****************************************************************************/ @@ -1267,7 +1267,7 @@ typedef pid_t GPid; #undef HAVE_SYS_SELECT_H -#ifdef __WXGTK__ +#if defined( __WXGTK__ ) && !defined( VMS_GTK2 ) #define wxHAS_RAW_BITMAP 1 #endif