21 Oct
2019
21 Oct
'19
8:28 p.m.
Module: wine Branch: master Commit: 6d8c58d7cc2a54a61a15aa83cd5e32ad4914fa59 URL: https://source.winehq.org/git/wine.git/?a=commit;h=6d8c58d7cc2a54a61a15aa83c... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Sat Oct 19 14:17:40 2019 +0200 kernel32: Retrieve the Unix codepage from ntdll. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/kernel32/locale.c | 156 +++++-------------------------------------------- dlls/ntdll/directory.c | 6 ++ dlls/ntdll/ntdll.spec | 3 +- dlls/ntdll/rtlstr.c | 3 +- 4 files changed, 24 insertions(+), 144 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6d8c58d7cc2a54a61a15a...