Commit 5edac266 authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

advapi32: Don't delay import rpcrt4.

parent 3f1281cc
......@@ -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 \
......
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