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

@ -83,7 +83,7 @@ for more details.*
* Add stub for ntoskrnl.ExAcquireResourceExclusiveLite
* Add stub for ntoskrnl.ExDeleteResourceLite
* Add stub for ntoskrnl.ExReleaseResourceForThread
* Add stub for ntoskrnl.KeWaitForMultipleObjects
* Add stub for ntoskrnl.KeWaitForMultipleObjects ([Wine Bug #32186](https://bugs.winehq.org/show_bug.cgi?id=32186))
* Add stub for ntoskrnl.Mm{Map,Unmap}LockedPages
* Add stub for ntoskrnl.PsRemoveLoadImageNotifyRoutine
* Add stub for setupapi.SetupDiSelectBestCompatDrv ([Wine Bug #32088](https://bugs.winehq.org/show_bug.cgi?id=32088))

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
# |