Module: wine Branch: master Commit: e30b56b1a3af4fb001a7db4643bc358801856cb6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e30b56b1a3af4fb001a7db464...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Aug 20 15:02:25 2021 +0200
wow64: Add a thunk for the NtRaiseException syscall.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wow64/process.c | 191 +++++++++++++++++++++++++++++++++++++++++++++ dlls/wow64/syscall.c | 5 +- dlls/wow64/syscall.h | 1 + dlls/wow64/wow64_private.h | 1 + 4 files changed, 195 insertions(+), 3 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e30b56b1a3af4fb001a7d...