8 Nov
2023
8 Nov
'23
5:34 p.m.
Piotr Caban (@piotr) commented about dlls/msvcrt/mbcs.c:
* Functions depending on locale codepage */
+/********************************************************************* + * _mblen_l(MSVCRT.@) + * REMARKS + * Unlike most of the multibyte string functions this function uses + * the locale codepage, not the codepage set by _setmbcp + */ There's no point in keeping the comment both in front of `_mblen_l` and `mblen`. Could you please remove it from `mblen` function?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4341#note_51542