Alistair Leslie-Hughes leslie_alistair@hotmail.com writes:
On 03/04/18 20:07, Alexandre Julliard wrote:
Alistair Leslie-Hughes leslie_alistair@hotmail.com writes:
From: Michael Müller michael@fds-team.de
Signed-off-by: Alistair Leslie-Hughes leslie_alistair@hotmail.com
dlls/ntdll/exception.c | 10 ++++++++++ dlls/ntdll/ntdll.spec | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-)
Is this really fixing an app? I wouldn't expect the app to be able to cope with the function returning to the caller.
Not that I know of. Here is a bug reference https://bugs.winehq.org/show_bug.cgi?id=31910
I guess NtContinue will need a proper implementation.
If some real app is calling it, sure. A stub KiUserExceptionDispatcher doesn't qualify, particularly since there are better ways of implementing it.