]> git.saurik.com Git - wxWidgets.git/commitdiff
allow USE_UNICODE=1 for wxMOTIF on OpenVMS
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Thu, 1 Jul 2010 12:03:36 +0000 (12:03 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Thu, 1 Jul 2010 12:03:36 +0000 (12:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h_vms

index 0528ad35fb3c9d861b44c6125e32754eb7884226..3230f397128f70c056c46469380e7d444eb52dd2 100644 (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