Alexandre Julliard : kernel32: Move the CompareString functions to kernelbase.

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


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Dec  9 12:47:47 2019 +0100

kernel32: Move the CompareString functions to kernelbase.

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

---

 dlls/kernel32/kernel32.spec     |  10 +-
 dlls/kernel32/locale.c          | 198 -------------------------
 dlls/kernelbase/kernelbase.spec |  10 +-
 dlls/kernelbase/locale.c        | 312 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 322 insertions(+), 208 deletions(-)

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



More information about the wine-cvs mailing list