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:
parent
938783cac9
commit
f400f25c25
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue