22 Jan
2026
22 Jan
'26
6:54 a.m.
Jactry Zeng (@jactry) commented about dlls/ntoskrnl.exe/sync.c:
KeInitializeEvent(&mutex->Event, SynchronizationEvent, FALSE); }
+/*********************************************************************** + * KeAcquireGuardedMutexUnsafe (NTOSKRNL.EXE.@) + */ +void WINAPI KeAcquireGuardedMutexUnsafe(PKGUARDED_MUTEX mutex) +{ + LONG count;
nitpick: here is an additional space at the end of the line. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2044#note_127676