4 Mar
2023
4 Mar
'23
1:24 p.m.
On Sat Mar 4 13:24:03 2023 +0000, Torge Matthies wrote:
This could be implemented as ```c return VirtualAlloc( addr, size, MEM_RESET, PAGE_NOACCESS ); ``` MSDN seems to say that MEM_RESET does the same thing as this function, obv would need tests
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2326#note_26164