From: Jouk Jansen Date: Thu, 1 Jul 2010 12:03:36 +0000 (+0000) Subject: allow USE_UNICODE=1 for wxMOTIF on OpenVMS X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0d3d9817c097bb6c202fe1787b8784b07eeba222 allow USE_UNICODE=1 for wxMOTIF on OpenVMS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h_vms b/setup.h_vms index 0528ad35fb..3230f39712 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 : 28 May 2010 * + * Date : 1 July 2010 * * * *****************************************************************************/ @@ -191,7 +191,7 @@ typedef pid_t GPid; #ifndef wxUSE_UNICODE -#if defined( __WXX11__ ) || defined ( __WXMOTIF__ ) +#if defined( __WXX11__ ) #define wxUSE_UNICODE 0 #else #define wxUSE_UNICODE 1