Module: wine Branch: master Commit: 34addf6dfee1d7db76eece1610ec43050168411d URL: https://source.winehq.org/git/wine.git/?a=commit;h=34addf6dfee1d7db76eece161...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jul 29 10:49:02 2021 +0200
wow64: Add thunks for the process/thread creation syscalls.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wow64/Makefile.in | 1 + dlls/wow64/process.c | 396 +++++++++++++++++++++++++++++++++++++++++++++ dlls/wow64/struct32.h | 53 ++++++ dlls/wow64/syscall.h | 7 + dlls/wow64/wow64_private.h | 7 + 5 files changed, 464 insertions(+)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=34addf6dfee1d7db76eec...