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:
@@ -78,6 +78,10 @@
|
||||
|
||||
#define TRACE_STRCONV _T("strconv")
|
||||
|
||||
#ifdef SIZEOF_WCHAR_T == 2
|
||||
#define WC_UTF16
|
||||
#endif
|
||||
|
||||
// ============================================================================
|
||||
// implementation
|
||||
// ============================================================================
|
||||
|
Reference in New Issue
Block a user