From ac11db3a7717f6b07b1283b3433222cee93e3ac2 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Sat, 15 Oct 2005 18:58:06 +0000 Subject: [PATCH] Restore WC_UTF16, required for compilation on Windows git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/strconv.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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 // ============================================================================ -- 2.50.0