Module: wine Branch: master Commit: e3e477e6a14fbcb153258b47d1905915dc4c1f22 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e3e477e6a14fbcb153258b47d...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jul 16 10:52:07 2020 +0200
ntdll: Use syscall thunks for virtual memory functions.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/ntdll.spec | 68 +++++++++--------- dlls/ntdll/unix/loader.c | 17 ----- dlls/ntdll/unixlib.h | 36 +--------- dlls/ntdll/virtual.c | 184 ----------------------------------------------- 4 files changed, 35 insertions(+), 270 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e3e477e6a14fbcb153258...