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

Alexandre Julliard julliard at winehq.org
Mon Oct 18 16:16:27 CDT 2021


Module: wine
Branch: master
Commit: c96cb78acc50feb39df9281b66bba5d36ea44fc3
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c96cb78acc50feb39df9281b66bba5d36ea44fc3

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Fri Oct 15 17:28:05 2021 -0500

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

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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,




More information about the wine-cvs mailing list