added wxUSE_UNICODE_MSLU

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-12-17 00:29:52 +00:00
parent c4d596ea01
commit db3272a001
2 changed files with 19 additions and 2 deletions

View File

@@ -606,6 +606,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.
*