Alexandre Julliard : kernel32: Move Get/SetLocaleInfoW() to kernelbase.

Alexandre Julliard julliard at winehq.org
Mon Dec 9 16:57:35 CST 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Dec  7 14:47:43 2019 +0100

kernel32: Move Get/SetLocaleInfoW() to kernelbase.

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

---

 dlls/kernel32/kernel32.spec     |   4 +-
 dlls/kernel32/locale.c          | 501 ----------------------------------------
 dlls/kernelbase/kernelbase.spec |   4 +-
 dlls/kernelbase/locale.c        | 289 +++++++++++++++++++++++
 4 files changed, 293 insertions(+), 505 deletions(-)

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



More information about the wine-cvs mailing list