rpcrt4: Make secur32 into a delayed import, as most of the time it won't be needed.

This commit is contained in:
Robert Shearman 2006-05-18 03:40:16 +01:00 committed by Alexandre Julliard
parent 5067ea70c0
commit 40d80d7c7a
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = rpcrt4.dll
IMPORTLIB = librpcrt4.$(IMPLIBEXT)
IMPORTS = secur32 iphlpapi advapi32 kernel32 ntdll
IMPORTS = iphlpapi advapi32 kernel32 ntdll
DELAYIMPORTS = secur32
EXTRALIBS = -luuid
C_SRCS = \