ntoskrnl.exe: add KeAcquireInStackQueuedSpinLock stub (try 2)

Alexandre Julliard julliard at winehq.org
Fri Feb 17 03:56:58 CST 2017


Sebastian Lackner <sebastian at fds-team.de> writes:

> Based on the information I have found, the location where this function is
> implemented differs between 32-bit and 64-bit Windows versions. On 32-bit its
> only in HAL, on 64-bit its only in ntoskrnl. Unfortunately I'm not sure what would
> be the best way to solve this. We probably don't want to implement it twice, but
> what would be the preferred location? Some shared file, or is it fine to keep the
> ntoskrnl export on 32-bit?

It's probably OK to have it in ntoskrnl in all cases.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list