[1/3] shlwapi: SHCreateMemStream added to shlwapi.h

Viktor Semykin thesame.ml at gmail.com
Mon Mar 27 14:50:50 CDT 2017


Where it belongs according to its documentation.

Signed-off-by: Viktor Semykin <thesame.ml at gmail.com>
---
 include/shlwapi.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/shlwapi.h b/include/shlwapi.h
index 2c68b7f..c19ca31 100644
--- a/include/shlwapi.h
+++ b/include/shlwapi.h
@@ -978,6 +978,7 @@ 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 *lpbData, UINT dwDataLen);
 HRESULT WINAPI SHCreateStreamOnFileEx(LPCWSTR,DWORD,DWORD,BOOL,struct IStream*,struct IStream**);
 
 HRESULT WINAPI SHCreateStreamWrapper(LPBYTE,DWORD,DWORD,struct IStream**);
-- 
2.12.1




More information about the wine-devel mailing list