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

Francois Gouget fgouget at free.fr
Wed Feb 8 05:13:46 CST 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 include/shlwapi.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/shlwapi.h b/include/shlwapi.h
index 4c91c1c34d7..2c68b7f8e10 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
-- 
2.11.0



More information about the wine-patches mailing list