diff --git a/patches/ntoskrnl-Stubs/definition b/patches/ntoskrnl-Stubs/definition index 36f370e2..9145698a 100644 --- a/patches/ntoskrnl-Stubs/definition +++ b/patches/ntoskrnl-Stubs/definition @@ -1,12 +1,7 @@ -Fixes: [32186] Add stub for ntoskrnl.KeWaitForMultipleObjects Fixes: Implement stubs for ntoskrnl.Ex{Acquire,Release}FastMutexUnsafe Fixes: Implement stubs for ntoskrnl.ObReferenceObjectByPointer and ntoskrnl.ObDereferenceObject Fixes: Fix wrong defition of ntoskrnl.IoReleaseCancelSpinLock function. -Fixes: Add stub for ntoskrnl.ExAcquireResourceExclusiveLite -Fixes: Add stub for ntoskrnl.ExReleaseResourceForThread -Fixes: Add stub for ntoskrnl.ExDeleteResourceLite Fixes: Add stub for ntoskrnl.Mm{Map,Unmap}LockedPages Fixes: Implement ntoskrnl.KeInitializeMutex Fixes: Add stub for ntoskrnl.IoGetDeviceAttachmentBaseRef -Fixes: Add stub for ntoskrnl.IoStopTimer Fixes: Implement ntoskrnl.ExInterlockedPopEntrySList diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 7108a57a..62e3d23d 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -6213,9 +6213,6 @@ 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 # |