diff --git a/patches/advapi32-BuildSecurityDescriptor/definition b/patches/advapi32-BuildSecurityDescriptor/definition index 213cfd64..10d34c8c 100644 --- a/patches/advapi32-BuildSecurityDescriptor/definition +++ b/patches/advapi32-BuildSecurityDescriptor/definition @@ -1,2 +1 @@ Fixes: Initial implementation of advapi32.BuildSecurityDescriptorW -Depends: advapi32-GetExplicitEntriesFromAclW diff --git a/patches/advapi32-Token_Integrity_Level/definition b/patches/advapi32-Token_Integrity_Level/definition index 01b8ac79..e50942c7 100644 --- a/patches/advapi32-Token_Integrity_Level/definition +++ b/patches/advapi32-Token_Integrity_Level/definition @@ -1,7 +1,6 @@ Fixes: [40613] Basic implementation for token integrity levels and UAC handling Fixes: [39262] Run explorer.exe as unevaluated process Depends: advapi32-CreateRestrictedToken -Depends: advapi32-GetExplicitEntriesFromAclW Depends: kernel32-COMSPEC Depends: kernel32-UmsStubs Depends: ntdll-APC_Start_Process diff --git a/patches/d3d11-Deferred_Context/definition b/patches/d3d11-Deferred_Context/definition index 797f073a..a14e8525 100644 --- a/patches/d3d11-Deferred_Context/definition +++ b/patches/d3d11-Deferred_Context/definition @@ -1,3 +1,2 @@ Fixes: [42191] Add semi-stub for D3D11 deferred context implementation Depends: wined3d-1DTextures -Depends: d3d11-ResolveSubresource diff --git a/patches/d3dx9_36-D3DXDisassembleShader/definition b/patches/d3dx9_36-D3DXDisassembleShader/definition index dca6cf56..debd240c 100644 --- a/patches/d3dx9_36-D3DXDisassembleShader/definition +++ b/patches/d3dx9_36-D3DXDisassembleShader/definition @@ -1,2 +1 @@ Fixes: Initial implementation for d3dx9_36.D3DXDisassembleShader -Depends: d3dx9_36-GetShaderSemantics diff --git a/patches/kernel32-SetFileCompletionNotificationModes/definition b/patches/kernel32-SetFileCompletionNotificationModes/definition index 965c6f02..38d4bcfd 100644 --- a/patches/kernel32-SetFileCompletionNotificationModes/definition +++ b/patches/kernel32-SetFileCompletionNotificationModes/definition @@ -1,2 +1 @@ Fixes: [38960] Add support for kernel32.SetFileCompletionNotificationModes -Depends: ntdll-FileNameInformation diff --git a/patches/wined3d-dxgi_swapchain_Present/definition b/patches/wined3d-dxgi_swapchain_Present/definition index a0cb6a5e..c514c91e 100644 --- a/patches/wined3d-dxgi_swapchain_Present/definition +++ b/patches/wined3d-dxgi_swapchain_Present/definition @@ -1,3 +1,2 @@ Fixes: Implement vsync handling for d3d10/d3d11 -Depends: dxgi-DXGI_PRESENT_TEST Depends: wined3d-Silence_FIXMEs