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
This commit is contained in:
Jouk Jansen
2010-07-01 12:03:36 +00:00
parent 8698cfea93
commit 0d3d9817c0

View File

@@ -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