better mb2wc conversions for mac unicode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2003-03-28 20:55:23 +00:00
parent 2d2ed20f7b
commit 69a3ae88fc

View File

@@ -677,6 +677,10 @@ WXDLLEXPORT bool wxOKlibc(); // for internal use
*/
#ifndef wxVsnprintf_
#if wxUSE_UNICODE
#if defined(__MWERKS__)
#define HAVE_WCSRTOMBS 1
#define HAVE_VSWPRINTF 1
#endif
#if defined(HAVE__VSNWPRINTF)
#define wxVsnprintf_ _vsnwprintf
/* MinGW?MSVCRT has the wrong vswprintf */