-
68d24ef4
by Rémi Bernon at 2025-10-22T11:59:04+02:00
winegcc: Support subsystem version number in link.exe-style cmdline.
-
3af4ab27
by Rémi Bernon at 2025-10-22T11:59:04+02:00
winegcc: Consistently use the subsystem option with Clang and MinGW.
Instead of the -mwindows / -mconsole flags with MinGW, effectively
setting subsystem to be "console" by default.
-
ab3665cd
by Rémi Bernon at 2025-10-22T11:59:12+02:00
comctl32/tests: Force console subsystem version 5.2.
-
69dcef9b
by Rémi Bernon at 2025-10-22T11:59:14+02:00
dxgi/tests: Force console subsystem version 5.2.
-
4c849561
by Rémi Bernon at 2025-10-22T11:59:14+02:00
quartz/tests: Force console subsystem version 5.2.
-
35cbd656
by Rémi Bernon at 2025-10-22T11:59:14+02:00
user32/tests: Force console subsystem version 5.2.
-
6a11792e
by Rémi Bernon at 2025-10-22T11:59:15+02:00
winegcc: Set the default console and windows subsystems version to 6.0.
Modern windows uses 10.0, but compiling a program with this version
prevents it from running on Windows with STATUS_INVALID_IMAGE_FORMAT.