Module: wine Branch: master Commit: e028401d0837c868144e01d8ce207e260b21b578 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e028401d0837c868144e01d8c...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Jul 30 13:09:23 2021 +0200
wow64: Add thunks for a number of system syscalls.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wow64/Makefile.in | 1 + dlls/wow64/syscall.h | 14 +++ dlls/wow64/system.c | 237 +++++++++++++++++++++++++++++++++++++++++++++++++ include/winternl.h | 1 + 4 files changed, 253 insertions(+)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e028401d0837c868144e0...