Alexandre Julliard : kernel32: Move the locale registry setup to kernelbase.

Alexandre Julliard julliard at winehq.org
Wed Nov 20 16:49:11 CST 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Nov 20 22:46:44 2019 +0100

kernel32: Move the locale registry setup to kernelbase.

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

---

 dlls/kernel32/kernel_main.c    |   3 -
 dlls/kernel32/kernel_private.h |   1 -
 dlls/kernel32/locale.c         | 147 ----------------------------------------
 dlls/kernelbase/kernelbase.h   |   2 +-
 dlls/kernelbase/locale.c       | 149 +++++++++++++++++++++++++++++++++++------
 dlls/kernelbase/main.c         |   3 +-
 6 files changed, 130 insertions(+), 175 deletions(-)

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



More information about the wine-cvs mailing list