Module: wine Branch: master Commit: 5b6e82f0f9c274d6fc77ae2103256a4539afb43c URL: https://gitlab.winehq.org/wine/wine/-/commit/5b6e82f0f9c274d6fc77ae2103256a4...
Author: Alexandre Julliard julliard@winehq.org Date: Tue May 9 12:49:42 2023 +0200
ntdll: Handle the extended memory attributes in NtAllocateVirtualMemoryEx().
---
dlls/ntdll/unix/server.c | 56 ++++++++++++++++++++++++++++-------------- dlls/ntdll/unix/virtual.c | 54 +++++++++++++++++++++------------------- include/wine/server_protocol.h | 3 ++- include/winnt.h | 10 ++++++++ server/protocol.def | 1 + server/trace.c | 4 ++- 6 files changed, 82 insertions(+), 46 deletions(-)