6 Nov
2023
6 Nov
'23
12:06 p.m.
Piotr Caban (@piotr) commented about dlls/msvcrt/mbcs.c:
}
/********************************************************************* - * _mbsbtype (MSVCRT.@) + * _mbsbtype_l (MSVCRT.@) */ -int CDECL _mbsbtype(const unsigned char *str, size_t count) +int CDECL _mbsbtype_l(const unsigned char *str, size_t count, _locale_t locale) It's not something introduced by the patch, but could you please fix `count == 0` case?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4284#note_51016