From ec85f08e87132659297b78a531c4062c32474ec3 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Thu, 1 Nov 2018 14:28:59 +1100 Subject: [PATCH] Updated definitions --- patches/ntdll-Exception/definition | 1 + patches/patchinstall.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 patches/ntdll-Exception/definition diff --git a/patches/ntdll-Exception/definition b/patches/ntdll-Exception/definition new file mode 100644 index 00000000..09d13399 --- /dev/null +++ b/patches/ntdll-Exception/definition @@ -0,0 +1 @@ +Fixes: [44819] Throw second DBG_PRINTEXCEPTION_C when debugging. diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 7ceebedd..047ec241 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -4602,6 +4602,9 @@ fi # Patchset ntdll-Exception # | +# | This patchset fixes the following Wine bugs: +# | * [#44819] Throw second DBG_PRINTEXCEPTION_C when debugging. +# | # | Modified files: # | * dlls/kernel32/debugger.c, dlls/ntdll/tests/exception.c # |