Alexandre Julliard : kernel32: Move lstr* string functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Mon Jul 1 15:15:14 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun 27 10:42:13 2019 +0200

kernel32: Move lstr* string functions to kernelbase.

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

---

 dlls/kernel32/Makefile.in       |   2 +-
 dlls/kernel32/kernel32.spec     |  24 ++++----
 dlls/kernel32/locale.c          |  96 -------------------------------
 dlls/kernel32/string.c          | 110 -----------------------------------
 dlls/kernelbase/kernelbase.spec |  24 ++++----
 dlls/kernelbase/string.c        | 124 ++++++++++++++++++++++++++++++++++++++++
 6 files changed, 149 insertions(+), 231 deletions(-)

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



More information about the wine-cvs mailing list