advapi32: Don't delay import rpcrt4.

This commit is contained in:
Louis Lenders 2009-11-22 00:48:03 +01:00 committed by Alexandre Julliard
parent 3f1281cc44
commit 5edac26628

View File

@ -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 \