diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index bdbbd20b0c..dad4598c23 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -78,6 +78,10 @@ #define TRACE_STRCONV _T("strconv") +#ifdef SIZEOF_WCHAR_T == 2 + #define WC_UTF16 +#endif + // ============================================================================ // implementation // ============================================================================