Commit 639c2de0 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

include: Fix the level of indirection for the umd_version parameter of the…

include: Fix the level of indirection for the umd_version parameter of the CheckInterfaceSupport method of IDXGIAdapter.
parent e3afab26
......@@ -212,7 +212,7 @@ interface IDXGIAdapter : IDXGIObject
);
HRESULT CheckInterfaceSupport(
[in] REFGUID guid,
[out] LARGE_INTEGER umd_version
[out] LARGE_INTEGER *umd_version
);
}
......
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