]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/strconv.cpp
Choose a legal default font on DC creation.
[wxWidgets.git] / src / common / strconv.cpp
index bdbbd20b0c897c3c4da350e3406116c03cfeb67a..c55469c0a2be23b417715049b71c1d4b76b5844a 100644 (file)
 
 #define TRACE_STRCONV _T("strconv")
 
+#if SIZEOF_WCHAR_T == 2
+    #define WC_UTF16
+#endif
+
 // ============================================================================
 // implementation
 // ============================================================================