Alexandre Julliard pushed to branch master at wine / wine
Commits: 75380e05 by Alexandre Julliard at 2025-03-20T18:43:04+01:00 winegcc: Store the compiler arguments in global variables.
- - - - - 2b19ec39 by Alexandre Julliard at 2025-03-20T18:43:04+01:00 winegcc: Pass tool names directly to build_tool_name instead of using an enum.
- - - - - d1dd1bcf by Alexandre Julliard at 2025-03-20T18:43:04+01:00 winegcc: Store various string options as global variables.
And set defaults for the alignment values.
- - - - - e3bf6e5e by Alexandre Julliard at 2025-03-20T18:43:04+01:00 winegcc: Store all the boolean options in global variables.
- - - - - ca3f5019 by Alexandre Julliard at 2025-03-20T18:43:04+01:00 winegcc: Get rid of the options struct.
- - - - - 6c9d59c9 by Alexandre Julliard at 2025-03-20T18:43:04+01:00 ntdll: Round all sizes to the section alignment for PE mappings.
- - - - - 07160a23 by Alexandre Julliard at 2025-03-20T18:43:04+01:00 ntdll: Always map files as writable and adjust permissions.
So that PAGE_WRITECOPY can be set after the fact.
- - - - -
6 changed files:
- dlls/kernel32/tests/virtual.c - dlls/ntdll/unix/virtual.c - include/wine/server_protocol.h - server/mapping.c - server/protocol.def - tools/winegcc/winegcc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ced1402d20ba874f9634a306630455...