always define wxLocaleIsUtf8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,7 +23,9 @@
|
|||||||
#if wxUSE_UNICODE_UTF8
|
#if wxUSE_UNICODE_UTF8
|
||||||
// flag indicating whether the current locale uses UTF-8 or not; must be
|
// flag indicating whether the current locale uses UTF-8 or not; must be
|
||||||
// updated every time the locale is changed!
|
// updated every time the locale is changed!
|
||||||
#if !wxUSE_UTF8_LOCALE_ONLY
|
#if wxUSE_UTF8_LOCALE_ONLY
|
||||||
|
#define wxLocaleIsUtf8 true
|
||||||
|
#else
|
||||||
extern WXDLLIMPEXP_BASE bool wxLocaleIsUtf8;
|
extern WXDLLIMPEXP_BASE bool wxLocaleIsUtf8;
|
||||||
#endif
|
#endif
|
||||||
// function used to update the flag:
|
// function used to update the flag:
|
||||||
|
Reference in New Issue
Block a user