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:
Zebediah Figura 2021-10-15 17:28:05 -05:00 committed by Alexandre Julliard
parent 80b35103df
commit c96cb78acc
1 changed files with 1 additions and 1 deletions

View File

@ -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,