Zebediah Figura : winhttp: Remove unused ole32 import.

Alexandre Julliard julliard at winehq.org
Wed Jan 19 15:57:46 CST 2022


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

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Tue Jan 18 17:13:50 2022 -0600

winhttp: Remove unused ole32 import.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winhttp/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winhttp/Makefile.in b/dlls/winhttp/Makefile.in
index f4fc317c5f1..97266fbc92a 100644
--- a/dlls/winhttp/Makefile.in
+++ b/dlls/winhttp/Makefile.in
@@ -1,7 +1,7 @@
 MODULE    = winhttp.dll
 IMPORTLIB = winhttp
 IMPORTS   = uuid jsproxy user32 advapi32 ws2_32
-DELAYIMPORTS = oleaut32 ole32 crypt32 secur32 iphlpapi dhcpcsvc
+DELAYIMPORTS = oleaut32 crypt32 secur32 iphlpapi dhcpcsvc
 
 C_SRCS = \
 	cookie.c \




More information about the wine-cvs mailing list