SHELL32: remove memorystream.c

Mike McCormack mike at codeweavers.com
Thu Jun 16 00:34:05 CDT 2005


SHCreateStreamOnFileW is implemented in shlwapi, so we don't need 
another implementation in shell32.

Mike


ChangeLog:
* remove memorystream.c
-------------- next part --------------
? dlls/shell32/tests/cabinet.c
? dlls/shell32/tests/pidl.c
Index: dlls/shell32/Makefile.in
===================================================================
RCS file: /home/wine/wine/dlls/shell32/Makefile.in,v
retrieving revision 1.91
diff -u -p -r1.91 Makefile.in
--- dlls/shell32/Makefile.in	13 May 2005 17:48:34 -0000	1.91
+++ dlls/shell32/Makefile.in	16 Jun 2005 05:34:46 -0000
@@ -25,7 +25,6 @@ C_SRCS = \
 	enumidlist.c \
 	folders.c \
 	iconcache.c \
-	memorystream.c \
 	pidl.c \
 	regsvr.c \
 	shell32_main.c \
Index: dlls/shell32/shell32_main.h
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shell32_main.h,v
retrieving revision 1.98
diff -u -p -r1.98 shell32_main.h
--- dlls/shell32/shell32_main.h	7 Jun 2005 20:30:30 -0000	1.98
+++ dlls/shell32/shell32_main.h	16 Jun 2005 05:34:47 -0000
@@ -102,7 +102,6 @@ HRESULT WINAPI IAutoComplete_Constructor
 
 LPEXTRACTICONA	IExtractIconA_Constructor(LPCITEMIDLIST);
 LPEXTRACTICONW	IExtractIconW_Constructor(LPCITEMIDLIST);
-HRESULT		CreateStreamOnFile (LPCWSTR pszFilename, DWORD grfMode, IStream ** ppstm);
 
 /* FIXME: rename the functions when the shell32.dll has it's own exports namespace */
 HRESULT WINAPI  SHELL32_DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID * ppv);


More information about the wine-patches mailing list