Andrey Gusev : include: Fix a typo in IWMReaderAdvanced interface.

Alexandre Julliard julliard at winehq.org
Mon Jun 6 10:19:51 CDT 2016


Module: wine
Branch: master
Commit: 7f548e3f500cf98cfb6c398bd7197e4a42edd74e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7f548e3f500cf98cfb6c398bd7197e4a42edd74e

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Fri Jun  3 18:15:26 2016 +0300

include: Fix a typo in IWMReaderAdvanced interface.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.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 ddfd12b..0606be1 100644
--- a/include/wmsdkidl.idl
+++ b/include/wmsdkidl.idl
@@ -549,7 +549,7 @@ interface IWMReaderAdvanced : IUnknown
         [in] BOOL fAllocate);
 
     HRESULT GetAllocateForStream(
-        [in] WORD dwSreamNum,
+        [in] WORD dwStreamNum,
         [out] BOOL *pfAllocate);
 
     HRESULT GetStatistics(




More information about the wine-cvs mailing list