Module: wine Branch: master Commit: ebe3fe536c6c0eb8d8144e9235ea8d1f88aa5657 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ebe3fe536c6c0eb8d8144e923...
Author: Paul Gofman pgofman@codeweavers.com Date: Wed Sep 23 22:56:25 2020 +0300
msvcrt: Implement _mbbtype_l().
Fixes Midnight Castle Succubus.
Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
.../api-ms-win-crt-multibyte-l1-1-0.spec | 2 +- .../api-ms-win-crt-private-l1-1-0.spec | 2 +- dlls/msvcr100/msvcr100.spec | 2 +- dlls/msvcr110/msvcr110.spec | 2 +- dlls/msvcr120/msvcr120.spec | 2 +- dlls/msvcr80/msvcr80.spec | 2 +- dlls/msvcr90/msvcr90.spec | 2 +- dlls/msvcrt/mbcs.c | 45 ++++++++---------- dlls/msvcrt/msvcrt.h | 1 + dlls/msvcrt/tests/string.c | 55 ++++++++++++++++++++++ dlls/ucrtbase/tests/string.c | 19 ++++++++ dlls/ucrtbase/ucrtbase.spec | 4 +- include/msvcrt/mbstring.h | 1 + 13 files changed, 105 insertions(+), 34 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ebe3fe536c6c0eb8d8144...