Alexandre Julliard : ntdll: Move locale functions to a new locale.c file.

Alexandre Julliard julliard at winehq.org
Tue Nov 19 16:35:21 CST 2019


Module: wine
Branch: master
Commit: 4538a137e089240f1981f0d6f82fb8d63a65f4f6
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4538a137e089240f1981f0d6f82fb8d63a65f4f6

Author: Alexandre Julliard <julliard at 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 at 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=4538a137e089240f1981f0d6f82fb8d63a65f4f6



More information about the wine-cvs mailing list