[PATCH] ntdll: Add stub for NtContinue.

Alexandre Julliard julliard at winehq.org
Tue Apr 3 05:57:49 CDT 2018


Alistair Leslie-Hughes <leslie_alistair at hotmail.com> writes:

> On 03/04/18 20:07, Alexandre Julliard wrote:
>> Alistair Leslie-Hughes <leslie_alistair at hotmail.com> writes:
>>
>>> From: Michael Müller <michael at fds-team.de>
>>>
>>> Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list