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