Alexandre Julliard : kernel32: Move GetStringType functions to kernelbase.

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


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Dec  7 20:29:27 2019 +0100

kernel32: Move GetStringType functions to kernelbase.

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

---

 dlls/kernel32/Makefile.in              |   1 -
 dlls/kernel32/kernel32.spec            |   6 +-
 dlls/kernel32/locale.c                 | 141 ++-------------------------------
 dlls/kernelbase/Makefile.in            |   3 +-
 dlls/kernelbase/kernelbase.spec        |   6 +-
 dlls/kernelbase/locale.c               | 117 +++++++++++++++++++++++++++
 dlls/{kernel32 => kernelbase}/wctype.c |   0
 tools/make_unicode                     |   2 +-
 8 files changed, 132 insertions(+), 144 deletions(-)

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



More information about the wine-cvs mailing list