From dfe77b113f4fa06da35c6f669691b04ff25f1f48 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Fri, 28 May 2010 13:31:41 +0000 Subject: [PATCH] Update configuration for wxX11 on OpenVMS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64420 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 83dfca3478..7e684e34fa 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 : 7 May 2010 * + * Date : 28 May 2010 * * * *****************************************************************************/ @@ -254,7 +254,7 @@ typedef pid_t GPid; #define wxUSE_INTL 1 #include -#if defined (__WXMOTIF__) || defined( __WXX11__ ) +#if defined (__WXMOTIF__) #define wxUSE_XLOCALE 0 #else #define wxUSE_XLOCALE 1