Commit e9e6a535 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

include/d3d11: Fix ID3D11Device5_OpenSharedFence() declaration.

parent e8aaad29
......@@ -53,7 +53,7 @@ interface ID3D11Device4 : ID3D11Device3
interface ID3D11Device5 : ID3D11Device4
{
HRESULT OpenSharedFence(
[in] HANDLE fence,
[in] HANDLE handle,
[in] REFIID iid,
[out] void **fence
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment