shell32: Import ole32 directly

André Hentschel nerv at dawncrow.de
Thu Sep 2 15:45:01 CDT 2010


ole32 function CoTaskMemAlloc is already used in DLL_PROCESS_ATTACH
(SIC_Initialize -> SIC_IconAppend -> SHAlloc -> CoTaskMemAlloc)
---
 dlls/shell32/Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in
index 27418bc..949b0da 100644
--- a/dlls/shell32/Makefile.in
+++ b/dlls/shell32/Makefile.in
@@ -5,8 +5,8 @@ SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = shell32.dll
 IMPORTLIB = shell32
-IMPORTS   = uuid shlwapi comctl32 user32 gdi32 advapi32
-DELAYIMPORTS = ole32 oleaut32 shdocvw version
+IMPORTS   = uuid shlwapi comctl32 user32 gdi32 advapi32 ole32
+DELAYIMPORTS = oleaut32 shdocvw version
 
 C_SRCS = \
 	appbar.c \
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list