#pragma hdrstop
#endif
+#ifdef __WXMSW__
+ #include "wx/msw/private.h"
+#endif
+
#include <errno.h>
#include <ctype.h>
#include <string.h>
#include <langinfo.h>
#endif
+#ifdef __WXMSW__
+ #include <windows.h>
+#endif
+
#include "wx/debug.h"
#include "wx/strconv.h"
#if wxUSE_WCHAR_T
+#ifdef WC_UTF16
+
static size_t encode_utf16(wxUint32 input,wxUint16*output)
{
if (input<=0xffff) {
}
}
+#endif // WC_UTF16
+
// ----------------------------------------------------------------------------
// wxMBConv
// ----------------------------------------------------------------------------