2 Sep
2025
2 Sep
'25
4:43 p.m.
This MR mainly refactors the large wmain() into dedicated helpers. - reusing existing exec/batch file/command discrimination helpers (cmd /C or cmd /K does behave as any other execution clause), - enabling ctrl-C handling when executing cmd /C or cmd /K (as native does). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8882