Francois Gouget : include: Add prototypes for IStream_{Reset, Size}().

Alexandre Julliard julliard at winehq.org
Wed Feb 8 15:52:11 CST 2017


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Feb  8 12:13:46 2017 +0100

include: Add prototypes for IStream_{Reset,Size}().

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/shlwapi.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/shlwapi.h b/include/shlwapi.h
index 4c91c1c..2c68b7f 100644
--- a/include/shlwapi.h
+++ b/include/shlwapi.h
@@ -984,6 +984,9 @@ HRESULT WINAPI SHCreateStreamWrapper(LPBYTE,DWORD,DWORD,struct IStream**);
 
 #endif /* NO_SHLWAPI_STREAM */
 
+HRESULT WINAPI IStream_Reset(IStream*);
+HRESULT WINAPI IStream_Size(IStream*,ULARGE_INTEGER*);
+
 /* SHAutoComplete flags */
 #define SHACF_DEFAULT               0x00000000
 #define SHACF_FILESYSTEM            0x00000001




More information about the wine-cvs mailing list