From 955b11918bb95722fcf1202e29fcfd2b4b11a2df Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Wed, 19 Dec 2001 07:06:19 +0000 Subject: [PATCH] Committing in . Updating VMS setup conforming the Unix-setup Modified Files: wxWindows/setup.h_vms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/setup.h_vms b/setup.h_vms index 7c14228bc4..ee62da1df4 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -100,6 +100,9 @@ /* PowerPC Darwin & Mac OS X */ #undef __POWERPC__ +/* MS-DOS with DJGPP */ +#undef __DOS__ + /* Stupid hack; __WINDOWS__ clashes with wx/defs.h */ #ifndef __WINDOWS__ #undef __WINDOWS__ @@ -611,6 +614,11 @@ */ #define wxUSE_UNICODE 0 +/* + * Use MS Layer for Unicode on Win9X (Win32 only)? + */ +#define wxUSE_UNICODE_MSLU 0 + /* * Work around a bug in GNU libc 5.x wcstombs() implementation. *