Module: wine Branch: master Commit: 4538a137e089240f1981f0d6f82fb8d63a65f4f6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4538a137e089240f1981f0d6f...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Nov 13 20:55:03 2019 +0100
ntdll: Move locale functions to a new locale.c file.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/Makefile.in | 1 + dlls/ntdll/directory.c | 134 --------------------------- dlls/ntdll/loader.c | 1 + dlls/ntdll/locale.c | 236 ++++++++++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/ntdll_misc.h | 4 +- dlls/ntdll/resource.c | 59 +----------- 6 files changed, 242 insertions(+), 193 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4538a137e089240f1981f...