Viktor Semykin : shlwapi: Add SHCreateMemStream shlwapi.h.

Alexandre Julliard julliard at winehq.org
Mon Mar 27 15:26:09 CDT 2017


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

Author: Viktor Semykin <thesame.ml at gmail.com>
Date:   Sun Mar 26 16:28:44 2017 -0300

shlwapi: Add SHCreateMemStream shlwapi.h.

Signed-off-by: Viktor Semykin <thesame.ml at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at 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 */




More information about the wine-cvs mailing list