Module: wine Branch: master Commit: 3ebe447507838d6a76b5d100ff41203f3b368a68 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3ebe447507838d6a76b5d100f...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Dec 3 08:45:21 2019 +0100
ntdll: Reimplement Unicode case mapping functions using the Win32-format tables.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/locale.c | 156 ++++++++++++++++++++++++++++++++++++++ dlls/ntdll/rtlstr.c | 211 ---------------------------------------------------- 2 files changed, 156 insertions(+), 211 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3ebe447507838d6a76b5d...