ws2_32: Delay import iphlpapi.
This commit is contained in:
parent
08b0493b9e
commit
8c44e25693
|
@ -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 = \
|
||||
|
|
Loading…
Reference in New Issue