Module: wine Branch: master Commit: 9b01eda7c8ab4d544d612ef0cf270dce94d1893b URL: https://source.winehq.org/git/wine.git/?a=commit;h=9b01eda7c8ab4d544d612ef0c...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Feb 11 09:15:19 2020 +0100
ntdll: Use external codepage tables for the Unix codepage too.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/directory.c | 57 ++++++++++--------------- dlls/ntdll/env.c | 19 ++++----- dlls/ntdll/file.c | 2 +- dlls/ntdll/locale.c | 109 ++++++++++++++++++++++++++++++++++++++---------- dlls/ntdll/ntdll_misc.h | 5 +-- dlls/ntdll/path.c | 28 +++++-------- dlls/ntdll/process.c | 10 ++--- 7 files changed, 136 insertions(+), 94 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9b01eda7c8ab4d544d612...