From 0507f73a22abdcfb2058e498390b42bf5a74af3c Mon Sep 17 00:00:00 2001 From: Brandon Amaro Date: Sat, 17 Feb 2018 19:16:05 -0800 Subject: [PATCH] Update 0001-ntdll-Catch-windows-int-0x2e-syscall-on-i386.patch Allows the patch file to be applied --- ...0001-ntdll-Catch-windows-int-0x2e-syscall-on-i386.patch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/patches/ntdll-Interrupt-0x2e/0001-ntdll-Catch-windows-int-0x2e-syscall-on-i386.patch b/patches/ntdll-Interrupt-0x2e/0001-ntdll-Catch-windows-int-0x2e-syscall-on-i386.patch index 6ebfaa3d..7fc30b2c 100644 --- a/patches/ntdll-Interrupt-0x2e/0001-ntdll-Catch-windows-int-0x2e-syscall-on-i386.patch +++ b/patches/ntdll-Interrupt-0x2e/0001-ntdll-Catch-windows-int-0x2e-syscall-on-i386.patch @@ -43,14 +43,13 @@ diff --git a/include/wine/exception.h b/include/wine/exception.h index f275568f4d..b8aeb3b866 100644 --- a/include/wine/exception.h +++ b/include/wine/exception.h -@@ -259,6 +259,7 @@ static inline EXCEPTION_REGISTRATION_RECORD *__wine_get_frame(void) +@@ -302,6 +302,7 @@ static inline EXCEPTION_REGISTRATION_REC #define EXCEPTION_WINE_STUB 0x80000100 /* stub entry point called */ #define EXCEPTION_WINE_ASSERTION 0x80000101 /* assertion failed */ +#define EXCEPTION_WINE_SYSCALL 0x80000103 - /* unhandled return status from vm86 mode */ - #define EXCEPTION_VM86_INTx 0x80000110 + #ifdef __cplusplus + } -- 2.11.0 -