Alexandre Julliard pushed to branch master at wine / wine
Commits: 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.
- - - - -
5 changed files:
- dlls/comctl32/tests/Makefile.in - dlls/dxgi/tests/Makefile.in - dlls/quartz/tests/Makefile.in - dlls/user32/tests/Makefile.in - tools/winegcc/winegcc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6f727b53bc48d386e526e1dd1e8b44...