mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
fb87fbb11d
[ntoskrnl-Stubs] Removed patch to add stub for KeDelayExecutionThread (fixed upstream). Removed patch to add stub for PsRemoveLoadImageNotifyRoutine (fixed upstream). [wined3d-Geforce_425M] Removed patch to add wined3d detection for GeForce GT 425M (accepted upstream).
12 lines
687 B
Plaintext
12 lines
687 B
Plaintext
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
|
|
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
|