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>
This commit is contained in:
Zebediah Figura 2022-01-18 17:13:50 -06:00 committed by Alexandre Julliard
parent 938783cac9
commit f400f25c25
1 changed files with 1 additions and 1 deletions

View File

@ -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 \