[PATCH 1/3] ntoskrnl.exe: Implement ExAcquireFastMutex and ExReleaseFastMutex.

Zebediah Figura zfigura at codeweavers.com
Thu May 16 12:51:42 CDT 2019


On 5/16/19 12:50 PM, Jacek Caban wrote:
> 
> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47044
> Signed-off-by: Jacek Caban <jacek at codeweavers.com>
> ---
>    dlls/ntoskrnl.exe/ntoskrnl.exe.spec |  2 ++
>    dlls/ntoskrnl.exe/sync.c            | 18 ++++++++++++++++++
>    2 files changed, 20 insertions(+)
> 
> 
> 
> 

You might want to put these in the #ifndef __i386__ block above (though 
I guess that would require some reordering).



More information about the wine-devel mailing list