Eric Pouech : kernelbase: Support CONSOLE_READCONSOLE_CONTROL in ReadConsoleW.
Module: wine Branch: master Commit: ef8d44e58e71019fdacbc866806f61128893cdc7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ef8d44e58e71019fdacbc8668... Author: Eric Pouech <eric.pouech(a)gmail.com> Date: Tue Mar 1 09:25:56 2022 +0100 kernelbase: Support CONSOLE_READCONSOLE_CONTROL in ReadConsoleW. Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/kernelbase/console.c | 32 +++++++++++++- include/wine/condrv.h | 1 + programs/conhost/conhost.c | 104 ++++++++++++++++++++++++++++++++++++--------- programs/conhost/conhost.h | 1 + server/console.c | 1 + 5 files changed, 118 insertions(+), 21 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ef8d44e58e71019fdacbc...
participants (1)
-
Alexandre Julliard