X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f86f607c9937b53b73ac9e850a5fa3e28ebc7b15..c39058f631b3a53682f00807a60bfff6c5aa2b7c:/include/wx/build.h diff --git a/include/wx/build.h b/include/wx/build.h index e660e39114..5a0fb9d871 100644 --- a/include/wx/build.h +++ b/include/wx/build.h @@ -48,8 +48,10 @@ #define __WX_BO_DEBUG "no debug" #endif -#if wxUSE_UNICODE - #define __WX_BO_UNICODE "Unicode" +#if wxUSE_UNICODE_UTF8 + #define __WX_BO_UNICODE "UTF-8" +#elif wxUSE_UNICODE_WCHAR + #define __WX_BO_UNICODE "wchar_t" #else #define __WX_BO_UNICODE "ANSI" #endif