10 Nov
2022
10 Nov
'22
10:06 p.m.
Module: wine Branch: master Commit: 7e8bb68f95c81819a4576287130068d6abdd0888 URL: https://gitlab.winehq.org/wine/wine/-/commit/7e8bb68f95c81819a4576287130068d... Author: Paul Gofman <pgofman(a)codeweavers.com> Date: Wed Oct 5 16:25:05 2022 -0500 ntdll: Support HighestEndingAddress in NtAllocateVirtualMemoryEx(). --- dlls/ntdll/unix/server.c | 29 ++++++++++++++++- dlls/ntdll/unix/virtual.c | 73 ++++++++++++++++++++++++++++++++++++++++-- include/wine/server_protocol.h | 19 ++++++++++- include/winnt.h | 7 ++++ server/protocol.def | 17 ++++++++++ server/thread.c | 1 + server/trace.c | 6 ++++ 7 files changed, 147 insertions(+), 5 deletions(-)