Alexandre Julliard : kernel32: Move string normalization functions to ntdll.

Alexandre Julliard julliard at winehq.org
Thu Nov 21 16:33:27 CST 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Nov 21 10:43:46 2019 +0100

kernel32: Move string normalization functions to ntdll.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/kernel32.spec     |  4 +--
 dlls/kernel32/locale.c          | 66 --------------------------------------
 dlls/kernel32/tests/locale.c    | 29 +++++++++++++++--
 dlls/kernelbase/kernelbase.spec |  4 +--
 dlls/kernelbase/locale.c        | 22 +++++++++++++
 dlls/ntdll/locale.c             | 70 +++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/ntdll.spec           |  2 ++
 include/winternl.h              |  2 ++
 8 files changed, 126 insertions(+), 73 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=fd588a22b74b092e3f629b90a09685024d64322d



More information about the wine-cvs mailing list