Józef Kucia : include/d3d11: Fix ID3D11Device5_OpenSharedFence() declaration.
Module: wine Branch: master Commit: e9e6a535024dbc35445de94a5ab73c9a33ac980d URL: https://source.winehq.org/git/wine.git/?a=commit;h=e9e6a535024dbc35445de94a5... Author: Józef Kucia <jkucia(a)codeweavers.com> Date: Tue Jan 9 15:10:05 2018 +0100 include/d3d11: Fix ID3D11Device5_OpenSharedFence() declaration. Signed-off-by: Józef Kucia <jkucia(a)codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/d3d11_4.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/d3d11_4.idl b/include/d3d11_4.idl index d00ee49..f98a7b8 100644 --- a/include/d3d11_4.idl +++ b/include/d3d11_4.idl @@ -53,7 +53,7 @@ interface ID3D11Device4 : ID3D11Device3 interface ID3D11Device5 : ID3D11Device4 { HRESULT OpenSharedFence( - [in] HANDLE fence, + [in] HANDLE handle, [in] REFIID iid, [out] void **fence );
participants (1)
-
Alexandre Julliard