From 5becc84185b1bc1be0ce0631b99cdbaece37b2be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 23 Apr 2007 21:52:57 +0000 Subject: [PATCH] ANSI build compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/chartype.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/chartype.h b/include/wx/chartype.h index ea5b9f93c6..5162b91daf 100644 --- a/include/wx/chartype.h +++ b/include/wx/chartype.h @@ -210,6 +210,7 @@ #else #define wxUSE_UNICODE_WCHAR 0 #define wxUSE_UNICODE_UTF8 0 + #define wxUSE_UTF8_LOCALE_ONLY 0 #endif /* define char type used by wxString internal representation: */