include/d3d11: Fix ID3D11Device5_OpenSharedFence() declaration.

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>
oldstable
Józef Kucia 2018-01-09 15:10:05 +01:00 committed by Alexandre Julliard
parent e8aaad290a
commit e9e6a53502
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ interface ID3D11Device4 : ID3D11Device3
interface ID3D11Device5 : ID3D11Device4
{
HRESULT OpenSharedFence(
[in] HANDLE fence,
[in] HANDLE handle,
[in] REFIID iid,
[out] void **fence
);