Module: wine Branch: master Commit: f400f25c2516654f85e0246a4815a2bf62a73cfd URL: https://source.winehq.org/git/wine.git/?a=commit;h=f400f25c2516654f85e0246a4...
Author: Zebediah Figura zfigura@codeweavers.com Date: Tue Jan 18 17:13:50 2022 -0600
winhttp: Remove unused ole32 import.
Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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 \