From: Stefan Csomor Date: Fri, 28 Mar 2003 20:55:23 +0000 (+0000) Subject: better mb2wc conversions for mac unicode X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/69a3ae88fc9ef6104ecd599e69af33da5658dfa3?ds=inline better mb2wc conversions for mac unicode git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 384f083b09..8245dc380c 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -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 */