Re: [PATCH v7 0/2] MR2044: ntoskrnl.exe: Implement acquiring and releasing guarded mutexes
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
42
Age (days ago)
42
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jactry Zeng (@jactry)