Alexandre Julliard : kernel32: Move system locale enumeration functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Fri Oct 4 16:34:04 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Oct  4 21:48:32 2019 +0200

kernel32: Move system locale enumeration functions to kernelbase.

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

---

 dlls/kernel32/kernel32.spec     |  16 +-
 dlls/kernel32/locale.c          | 690 +---------------------------------------
 dlls/kernelbase/kernelbase.h    |   1 +
 dlls/kernelbase/kernelbase.spec |  24 +-
 dlls/kernelbase/locale.c        | 354 +++++++++++++++++++++
 dlls/kernelbase/main.c          |   3 +
 loader/wine.inf.in              | 366 ++++++++++++---------
 7 files changed, 617 insertions(+), 837 deletions(-)

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



More information about the wine-cvs mailing list