include: Fix the type of the "output" parameter of IWMReaderAllocatorEx::AllocateForOutputEx().
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
80b35103df
commit
c96cb78acc
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue