-
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.