Commit 40d80d7c authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

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

parent 5067ea70
......@@ -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 = \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment