Merge pull request #12 from omega13a/patch-11

Update 0001-ntdll-Catch-windows-int-0x2e-syscall-on-i386.patch
This commit is contained in:
Alistair Leslie-Hughes 2018-02-18 14:40:52 +11:00 committed by GitHub
commit 48352aa496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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