Alexandre Julliard : kernelbase: Move some console support back to kernel32.
Module: wine Branch: master Commit: 207c55800319da0ad917cc818c3f56ab52f49715 URL: https://source.winehq.org/git/wine.git/?a=commit;h=207c55800319da0ad917cc818... Author: Alexandre Julliard <julliard(a)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(a)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=207c55800319da0ad917c...
participants (1)
-
Alexandre Julliard