[PATCH 02/10 v2] msvcrt: Add _ismbcalnum_l implementation.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- .../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 | 58 ++++++++++++------- dlls/msvcrt/msvcrt.h | 1 + dlls/msvcrt/msvcrt.spec | 2 +- dlls/ucrtbase/ucrtbase.spec | 4 +- 11 files changed, 49 insertions(+), 30 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=75586 Your paranoid android. === debiant (build log) === error: patch failed: dlls/msvcrt/msvcrt.h:1201 Task: Patch failed to apply === debiant (build log) === error: patch failed: dlls/msvcrt/msvcrt.h:1201 Task: Patch failed to apply
participants (2)
-
Marvin -
Piotr Caban