Module: wine Branch: master Commit: 5edac266282d0cc25a7f02d0c778911fc562ffbf URL: http://source.winehq.org/git/wine.git/?a=commit;h=5edac266282d0cc25a7f02d0c7...
Author: Louis Lenders xerox_xerox2000@yahoo.co.uk Date: Sun Nov 22 00:48:03 2009 +0100
advapi32: Don't delay import rpcrt4.
---
dlls/advapi32/Makefile.in | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/dlls/advapi32/Makefile.in b/dlls/advapi32/Makefile.in index d9236dc..3fb0948 100644 --- a/dlls/advapi32/Makefile.in +++ b/dlls/advapi32/Makefile.in @@ -5,9 +5,8 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = advapi32.dll IMPORTLIB = advapi32 -IMPORTS = kernel32 ntdll +IMPORTS = rpcrt4 kernel32 ntdll EXTRALIBS = @SECURITYLIB@ -DELAYIMPORTS = rpcrt4
C_SRCS = \ advapi.c \