#if wxUSE_WCHAR_T
+#ifdef WC_UTF16
+
static size_t encode_utf16(wxUint32 input,wxUint16*output)
{
if (input<=0xffff) {
}
}
+#endif // WC_UTF16
+
// ----------------------------------------------------------------------------
// wxMBConv
// ----------------------------------------------------------------------------