From: Eric Pouech epouech@codeweavers.com
Signed-off-by: Eric Pouech epouech@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.