mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
739a308958
[dinput-DIPROP_USERNAME] Removed patch to implement dinput device property DIPROP_USERNAME (accepted upstream). [kernel32-GetFinalPathNameByHandle] Removed patch to add support for GetFinalPathNameByHandle (accepted upstream). [ntoskrnl-Stubs] Removed patches for KeDelayExecutionThread and PsRemoveLoadImageNotifyRoutine stubs (accepted upstream). [server-Parent_Process] Removed patch to avoid holding reference on parent process in wineserver (accepted upstream). [wined3d-Geforce_425M] Removed patch to add wined3d detection for GeForce GT 425M (accepted upstream). [winscard-SCardListReaders] Removed patch to add stub for winscard.SCardListReadersA/W (accepted upstream).
11 lines
629 B
Plaintext
11 lines
629 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
|