Module: wine Branch: master Commit: 067648cd2bdc4776cb69c6554ee9d799e0b201c7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=067648cd2bdc4776cb69c6554...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jun 29 10:43:42 2020 +0200
ntdll: Reimplement the string functions to avoid depending on libc.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/ntdll_misc.h | 20 +++++ dlls/ntdll/string.c | 212 ++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 206 insertions(+), 26 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=067648cd2bdc4776cb69c...