From: Václav Slavík Date: Mon, 23 Apr 2007 21:52:57 +0000 (+0000) Subject: ANSI build compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5becc84185b1bc1be0ce0631b99cdbaece37b2be ANSI build compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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: */