[PATCH 1/6] include: Fix the type of the "output" parameter of IWMReaderAllocatorEx::AllocateForOutputEx().

Zebediah Figura zfigura at codeweavers.com
Fri Oct 15 17:28:05 CDT 2021


Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
---
 include/wmsdkidl.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/wmsdkidl.idl b/include/wmsdkidl.idl
index 716abe056db..945a8faaca4 100644
--- a/include/wmsdkidl.idl
+++ b/include/wmsdkidl.idl
@@ -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,
-- 
2.33.0




More information about the wine-devel mailing list