Module: wine Branch: master Commit: fdfbed3ff3f478b4223643f4be5c6f86a6071952 URL: https://source.winehq.org/git/wine.git/?a=commit;h=fdfbed3ff3f478b4223643f4b...
Author: Józef Kucia jkucia@codeweavers.com Date: Tue Mar 26 18:29:43 2019 +0100
include/d3d12: Get rid of duplicated prototype.
Spotted by Stefan Dösinger.
Signed-off-by: Józef Kucia jkucia@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/d3d12.idl | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/include/d3d12.idl b/include/d3d12.idl index 3a5a914..307a4fd 100644 --- a/include/d3d12.idl +++ b/include/d3d12.idl @@ -2171,10 +2171,6 @@ interface ID3D12RootSignatureDeserializer : IUnknown const D3D12_VERSIONED_ROOT_SIGNATURE_DESC *root_signature_desc, ID3DBlob **blob, ID3DBlob **error_blob);
-[local] HRESULT __stdcall D3D12SerializeVersionedRootSignature( - const D3D12_VERSIONED_ROOT_SIGNATURE_DESC *desc, - ID3DBlob **blob, ID3DBlob **error_blob); - typedef HRESULT (__stdcall *PFN_D3D12_CREATE_DEVICE)(IUnknown *adapter, D3D_FEATURE_LEVEL minimum_feature_level, REFIID iid, void **device);