Module: wine Branch: master Commit: bc8745851e3005fd98c45fe06fc9d4d92c68fa53 URL: https://source.winehq.org/git/wine.git/?a=commit;h=bc8745851e3005fd98c45fe06...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jun 29 10:42:28 2020 +0200
ntdll: Reimplement the ctype functions to avoid depending on libc.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/string.c | 78 ++++++++++++++++++++++++++++++++++------------- dlls/ntdll/tests/string.c | 74 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+), 22 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=bc8745851e3005fd98c45...