msvcrt: implement _strxfrm_l

Piotr Caban piotr.caban at gmail.com
Mon Dec 17 04:08:21 CST 2012


On 12/14/12 10:28, Jérôme Gardou wrote:
> ---
>   dlls/msvcrt/msvcrt.spec |    2 +-
>   dlls/msvcrt/string.c    |   26 ++++++++++++++++++++++++--
>   2 files changed, 25 insertions(+), 3 deletions(-)
>
Please add parameters validation. The function also behaves differently
with native msvcrt when output buffer is to small.

This function should return data that keeps sorting order. It should
use LCMAP_SORTKEY flag.

Cheers,
Piotr



More information about the wine-devel mailing list