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