Module: wine Branch: master Commit: abf2be0ab874a2bb07e2bcfad016b93fe72c02bf URL: http://source.winehq.org/git/wine.git/?a=commit;h=abf2be0ab874a2bb07e2bcfad0...
Author: Francois Gouget fgouget@free.fr Date: Wed Feb 8 12:13:46 2017 +0100
include: Add prototypes for IStream_{Reset,Size}().
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@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