ntoskrnl.exe: add KeAcquireInStackQueuedSpinLock stub

Sebastian Lackner sebastian at fds-team.de
Tue Oct 11 07:21:02 CDT 2016


On 11.10.2016 03:17, Austin English wrote:
> For https://bugs.winehq.org/show_bug.cgi?id=41472
> 

In my header files it is defined as FASTCALL:

--- snip ---
NTKERNELAPI
VOID
FASTCALL
KeAcquireInStackQueuedSpinLock (
    _Inout_ PKSPIN_LOCK SpinLock,
    _Out_ PKLOCK_QUEUE_HANDLE LockHandle
    );
--- snip ---

You will have to use the DEFINE_FASTCALL*_ENTRYPOINT macros to implement it.
In the spec files it should also be marked with -norelay then.

Regards,
Sebastian




More information about the wine-devel mailing list