Alexandre Julliard : kernelbase: Move some console support back to kernel32.

Alexandre Julliard julliard at winehq.org
Thu Dec 12 16:29:41 CST 2019


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

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

kernelbase: Move some console support back to kernel32.

That's where the bulk of the console code still resides.

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

---

 dlls/kernel32/console.c         | 75 +++++++++++++++++++++++++++++++++++++++++
 dlls/kernel32/file.c            | 55 ++++++++++++++++++++++++++++++
 dlls/kernel32/kernel32.spec     | 10 +++---
 dlls/kernelbase/console.c       | 61 ---------------------------------
 dlls/kernelbase/file.c          | 24 -------------
 dlls/kernelbase/kernelbase.spec |  6 ++--
 6 files changed, 138 insertions(+), 93 deletions(-)

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



More information about the wine-cvs mailing list