21 Oct
2025
21 Oct
'25
11 a.m.
Jacek Caban (@jacek) commented about tools/winegcc/winegcc.c:
} else if (strcmp("-mwindows", args.str[i]) == 0) { - is_gui_app = true; + subsystem = "windows";
This loses version information if both `--subsystem` and `-mwindows` are used in an unfortunate order. We may be better off separating the version from the subsystem immediately and storing them separately. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9027#note_119185