Module: wine Branch: master Commit: fd588a22b74b092e3f629b90a09685024d64322d URL: https://source.winehq.org/git/wine.git/?a=commit;h=fd588a22b74b092e3f629b90a...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 21 10:43:46 2019 +0100
kernel32: Move string normalization functions to ntdll.
Signed-off-by: Alexandre Julliard julliard@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=fd588a22b74b092e3f629...