From de85a8e946710928b0c4d055c96015480168a2e6 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Tue, 24 Mar 2009 07:18:21 +0000 Subject: [PATCH] Updated 'setup' for OpenVMS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.h_vms b/setup.h_vms index 8048a53a0d..014656c2a2 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -250,7 +250,7 @@ typedef pid_t GPid; #define wxUSE_INTL 1 #include -#if defined( __WXMOTIF__ ) +#if defined (__WXMOTIF__) || defined( __WXX11__ ) #define wxUSE_XLOCALE 0 #else #define wxUSE_XLOCALE 1