Juan Lang : ws2_32: Delay import iphlpapi.
Module: wine Branch: master Commit: 8c44e25693fa5380d8479eda5d9a135b3936539a URL: http://source.winehq.org/git/wine.git/?a=commit;h=8c44e25693fa5380d8479eda5d... Author: Juan Lang <juan.lang(a)gmail.com> Date: Mon Aug 4 15:44:27 2008 -0700 ws2_32: 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 = \
participants (1)
-
Alexandre Julliard