Updated definition files

This commit is contained in:
Alistair Leslie-Hughes 2018-10-15 09:16:02 +11:00
parent 30dca36aeb
commit f4a4f3f5b7
6 changed files with 9 additions and 6 deletions

View File

@ -0,0 +1 @@
Fixes: [45970] - browseui: Implement PROGDLG_AUTOTIME flag for IProgressDialog

View File

@ -1 +1 @@
Fixes: [45948] Disbale export GetQueuedCompletionStatusEx to stop regression with Steam.
Fixes: [45948] Disable export GetQueuedCompletionStatusEx to stop regression with Steam.

View File

@ -1,9 +1,7 @@
Fixes: Add stub for ntoskrnl.Mm{Map,Unmap}LockedPages
Fixes: Implement ntoskrnl.KeInitializeMutex
Fixes: Add stub for ntoskrnl.IoGetDeviceAttachmentBaseRef
Fixes: Implement ntoskrnl.ExInterlockedPopEntrySList
Fixes: Implement ntoskrnl.NtBuildNumber
Fixes: Implement ntoskrnl.ExInitializeNPagedLookasideList
# ExInitializeNPagedLookasideList() is wanted by sfvfs02.sys, used by World Racing.
Depends: Compiler_Warnings
Depends: ntoskrnl-Synchronization
Depends: ntoskrnl-Synchronization

View File

@ -1 +1,2 @@
Fixes: Implement ntoskrnl.KeInitializeMutex
Fixes: [44588] Multiple kernel drivers need ntoskrnl.exe.KeWaitForMultipleObjects semi-stub (Franson VSerial service 'bizvserialnt.sys')

View File

@ -2581,6 +2581,9 @@ fi
# Patchset browseui-Progress_Dialog
# |
# | This patchset fixes the following Wine bugs:
# | * [#45970] - browseui: Implement PROGDLG_AUTOTIME flag for IProgressDialog
# |
# | Modified files:
# | * dlls/browseui/browseui.rc, dlls/browseui/progressdlg.c, dlls/browseui/resids.h
# |
@ -3914,7 +3917,7 @@ fi
# Patchset kernel32-Disable-GetQueuedCompletionStatusEx
# |
# | This patchset fixes the following Wine bugs:
# | * [#45948] Disbale export GetQueuedCompletionStatusEx to stop regression with Steam.
# | * [#45948] Disable export GetQueuedCompletionStatusEx to stop regression with Steam.
# |
# | Modified files:
# | * dlls/kernel32/kernel32.spec

View File

@ -1 +1 @@
Fixes: [!12332] Check handle type for HSPFILEQ handles
Fixes: [12332] Check handle type for HSPFILEQ handles