]> git.saurik.com Git - wxWidgets.git/commit
use our own mbstowcs() and wcstombs() implementations with Metrowerks as MSL CRT...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 6 Jan 2006 16:52:54 +0000 (16:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 6 Jan 2006 16:52:54 +0000 (16:52 +0000)
commitdbf9aa465e09ba6128a91d20177bfa44f0478b08
treed80c2d996984a11ac8be558caf43d6b39e014c25
parent74fd4fd42a1b530b346ff3b9518e1bdba7e813f4
use our own mbstowcs() and wcstombs() implementations with Metrowerks as MSL CRT doesn't implement Unix98 extension of allowing to call them with NULL output parameters to just get the size of the needed buffer which we rely on

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/wxchar.h
src/common/wxchar.cpp