From 1e16349e1d3971e463a3e8fe92c493a18095b800 Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Mon, 4 Aug 2008 15:44:27 -0700 Subject: [PATCH] Delay import iphlpapi --- dlls/ws2_32/Makefile.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/ws2_32/Makefile.in b/dlls/ws2_32/Makefile.in index 1bb424f..9924e2d 100644 --- a/dlls/ws2_32/Makefile.in +++ b/dlls/ws2_32/Makefile.in @@ -5,8 +5,8 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = ws2_32.dll IMPORTLIB = ws2_32 -IMPORTS = iphlpapi kernel32 ntdll -DELAYIMPORTS = user32 +IMPORTS = kernel32 ntdll +DELAYIMPORTS = iphlpapi user32 EXTRALIBS = @LIBPOLL@ C_SRCS = \ -- 1.4.1