mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
advapi32: Don't delay import rpcrt4.
This commit is contained in:
parent
3f1281cc44
commit
5edac26628
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user