ntoskrnl-Stubs: Add bug reference for KeWaitForMultipleObjects stub.

This commit is contained in:
Sebastian Lackner
2015-11-15 16:04:10 +01:00
parent 58cd8f2507
commit 6604238b3c
3 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
Fixes: Add stub for ntoskrnl.KeWaitForMultipleObjects
Fixes: [32186] Add stub for ntoskrnl.KeWaitForMultipleObjects
Fixes: Implement stub for ntoskrnl.IoGetAttachedDeviceReference
Fixes: Implement stubs for ntoskrnl.Ex{Acquire,Release}FastMutexUnsafe
Fixes: Implement stubs for ntoskrnl.ObReferenceObjectByPointer and ntoskrnl.ObDereferenceObject

View File

@@ -4546,6 +4546,9 @@ fi
# Patchset ntoskrnl-Stubs
# |
# | This patchset fixes the following Wine bugs:
# | * [#32186] Add stub for ntoskrnl.KeWaitForMultipleObjects
# |
# | Modified files:
# | * dlls/ntoskrnl.exe/ntoskrnl.c, dlls/ntoskrnl.exe/ntoskrnl.exe.spec, include/ddk/wdm.h
# |