]> git.saurik.com Git - wxWidgets.git/commitdiff
Restore WC_UTF16, required for compilation on Windows
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 15 Oct 2005 18:58:06 +0000 (18:58 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 15 Oct 2005 18:58:06 +0000 (18:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/strconv.cpp

index bdbbd20b0c897c3c4da350e3406116c03cfeb67a..dad4598c234be662a709db5ebdbf347bee4627d0 100644 (file)
 
 #define TRACE_STRCONV _T("strconv")
 
+#ifdef SIZEOF_WCHAR_T == 2
+    #define WC_UTF16
+#endif
+
 // ============================================================================
 // implementation
 // ============================================================================