Module: wine Branch: master Commit: b1bb7c17dba0a24b64cdbe8473d873aa393ac92a URL: http://source.winehq.org/git/wine.git/?a=commit;h=b1bb7c17dba0a24b64cdbe8473...
Author: Viktor Semykin thesame.ml@gmail.com Date: Sun Mar 26 16:28:44 2017 -0300
shlwapi: Add SHCreateMemStream shlwapi.h.
Signed-off-by: Viktor Semykin thesame.ml@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/shlwapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/shlwapi.h b/include/shlwapi.h index 2c68b7f..138fcd9 100644 --- a/include/shlwapi.h +++ b/include/shlwapi.h @@ -978,8 +978,8 @@ HRESULT WINAPI SHCreateStreamOnFileA(LPCSTR,DWORD,struct IStream**); HRESULT WINAPI SHCreateStreamOnFileW(LPCWSTR,DWORD,struct IStream**); #define SHCreateStreamOnFile WINELIB_NAME_AW(SHCreateStreamOnFile)
+struct IStream * WINAPI SHCreateMemStream(const BYTE*,UINT); HRESULT WINAPI SHCreateStreamOnFileEx(LPCWSTR,DWORD,DWORD,BOOL,struct IStream*,struct IStream**); - HRESULT WINAPI SHCreateStreamWrapper(LPBYTE,DWORD,DWORD,struct IStream**);
#endif /* NO_SHLWAPI_STREAM */