Alexandre Julliard : kernel32: Move console functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Tue Sep 10 16:49:28 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Sep  9 22:17:58 2019 +0200

kernel32: Move console functions to kernelbase.

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

---

 dlls/kernel32/console.c         | 1759 +--------------------------------------
 dlls/kernel32/kernel32.spec     |   98 +--
 dlls/kernelbase/Makefile.in     |    1 +
 dlls/kernelbase/console.c       | 1533 ++++++++++++++++++++++++++++++++++
 dlls/kernelbase/kernelbase.spec |  100 +--
 include/wincon.h                |    2 +-
 6 files changed, 1665 insertions(+), 1828 deletions(-)

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



More information about the wine-cvs mailing list