Move user32 to delay loaded imports.

oldstable
Dmitry Timoshkov 2005-10-03 10:15:43 +00:00 committed by Alexandre Julliard
parent de662eeecc
commit d48f50b4eb
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = ws2_32.dll
IMPORTLIB = libws2_32.$(IMPLIBEXT)
IMPORTS = user32 iphlpapi kernel32 ntdll
IMPORTS = iphlpapi kernel32 ntdll
DELAYIMPORTS = user32
EXTRALIBS = $(LIBUNICODE)
C_SRCS = \