Commit c96cb78a authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

include: Fix the type of the "output" parameter of IWMReaderAllocatorEx::AllocateForOutputEx().

parent 80b35103
......@@ -1082,7 +1082,7 @@ interface IWMReaderAllocatorEx : IUnknown
[in] void *pvContext);
HRESULT AllocateForOutputEx(
[in] WORD wOutputNum,
[in] DWORD output,
[in] DWORD cbBuffer,
[out] INSSBuffer **ppBuffer,
[in] DWORD dwFlags,
......
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