Signed-off-by: Zebediah Figura zfigura@codeweavers.com --- 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 \