Module: wine Branch: refs/heads/master Commit: 40d80d7c7ac5d9794d82e54318ffad0f051df3de URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=40d80d7c7ac5d9794d82e543...
Author: Robert Shearman rob@codeweavers.com Date: Thu May 18 03:40:16 2006 +0100
rpcrt4: Make secur32 into a delayed import, as most of the time it won't be needed.
---
dlls/rpcrt4/Makefile.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/dlls/rpcrt4/Makefile.in b/dlls/rpcrt4/Makefile.in index b4ff100..2b57ccc 100644 --- a/dlls/rpcrt4/Makefile.in +++ b/dlls/rpcrt4/Makefile.in @@ -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 = \