rpcrt4: Make secur32 into a delayed import, as most of the time it won't be needed.
This commit is contained in:
parent
5067ea70c0
commit
40d80d7c7a
|
@ -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 = \
|
||||
|
|
Loading…
Reference in New Issue