10 Jul
2023
10 Jul
'23
5:40 p.m.
From: Eric Pouech <epouech(a)codeweavers.com> Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> --- programs/start/start.c | 1 - 1 file changed, 1 deletion(-) diff --git a/programs/start/start.c b/programs/start/start.c index 59fd72e07a4..2199f3b034f 100644 --- a/programs/start/start.c +++ b/programs/start/start.c @@ -641,7 +641,6 @@ done: HANDLE hJob; JOBOBJECT_EXTENDED_LIMIT_INFORMATION info; - SetConsoleCtrlHandler(NULL, TRUE); hJob = CreateJobObjectA(NULL, NULL); /* Create a job where the child is associated... if the start.exe terminates * before the child, the job will be terminated, and the child will be terminated as well. -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3290