Module: wine Branch: master Commit: 9def213de32a80fcfb05a7474be42f44d7a0c939 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9def213de32a80fcfb05a7474...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jul 20 12:26:08 2020 +0200
ntdll: Move the locale system calls to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/locale.c | 79 ++++++++++++--------------------------------------- dlls/ntdll/ntdll.spec | 20 ++++++------- dlls/ntdll/unix/env.c | 58 +++++++++++++++++++++++++++++++++++++ 3 files changed, 86 insertions(+), 71 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9def213de32a80fcfb05a...