https://bugs.winehq.org/show_bug.cgi?id=49091
Ben Shefte shefben@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |shefben@gmail.com
--- Comment #1 from Ben Shefte shefben@gmail.com --- Created attachment 71647 --> https://bugs.winehq.org/attachment.cgi?id=71647 ntoskrnl.exe_KeInitializeGuardedMutex_impl_unguarded.patch
this is an initial implementation of KeInitializeGuardedMutex. This does NOT use guarded mutex's like it is supposed to. This patch is just to basically use the unguarded/regular KeInitializeMutex() function as a replacement for the time being. That is, until someone implements guarded mutex's