From 7bccea09a71ae668dc07f6d7c340160c15c33fce Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 30 Jul 2005 11:51:07 +0000 Subject: [PATCH] Define wxUSE_UNICODE_MSLU or chkconf.h complains git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/wince/setup.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index 9418b8a25d..3c35a37184 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -1109,6 +1109,9 @@ #define wxUSE_RICHEDIT2 0 #define wxUSE_UXTHEME 0 #define wxUSE_UXTHEME_AUTO 0 +#ifndef wxUSE_UNICODE_MSLU + #define wxUSE_UNICODE_MSLU 0 +#endif // ---------------------------------------------------------------------------- // Crash debugging helpers -- 2.45.2