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

Alexandre Julliard julliard at wine.codeweavers.com
Thu May 18 03:56:55 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 40d80d7c7ac5d9794d82e54318ffad0f051df3de
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=40d80d7c7ac5d9794d82e54318ffad0f051df3de

Author: Robert Shearman <rob at 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 = \




More information about the wine-cvs mailing list