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
This commit is contained in:
Michael Wetherell
2005-10-15 18:58:06 +00:00
parent efa5f7095f
commit ac11db3a77

View File

@@ -78,6 +78,10 @@
#define TRACE_STRCONV _T("strconv")
#ifdef SIZEOF_WCHAR_T == 2
#define WC_UTF16
#endif
// ============================================================================
// implementation
// ============================================================================