Alexandre Julliard : kernel32: Move the *PreferredUILanguages functions to kernelbase and ntdll.

Alexandre Julliard julliard at winehq.org
Fri May 22 13:51:09 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri May 22 12:42:14 2020 +0200

kernel32: Move the *PreferredUILanguages functions to kernelbase and ntdll.

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

---

 dlls/kernel32/kernel32.spec     |  12 ++--
 dlls/kernel32/locale.c          | 133 ----------------------------------------
 dlls/kernel32/tests/locale.c    |  66 ++++++++++++++++++--
 dlls/kernelbase/kernelbase.spec |  12 ++--
 dlls/kernelbase/locale.c        |  58 ++++++++++++++++++
 dlls/ntdll/locale.c             |  99 ++++++++++++++++++++++++++++++
 dlls/ntdll/ntdll.spec           |   6 ++
 include/winnls.h                |   3 +
 include/winternl.h              |   6 ++
 9 files changed, 245 insertions(+), 150 deletions(-)

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



More information about the wine-cvs mailing list