Jacek Caban (@jacek) commented about programs/start/start.c:
HANDLE hJob; JOBOBJECT_EXTENDED_LIMIT_INFORMATION info;
SetConsoleCtrlHandler(NULL, TRUE);
This reverts ff7ff4d0b4deb, which would bring back bug 51766. Another possible solution would be to drop `ConsoleHandle` check from `__wine_ctrl_routine` and depend on host to deliver signal to appropriate processes. This would probably require adjusting heuristic around `setsid` in `spawn_process`.