Remove ntdll from imports.
This commit is contained in:
parent
216a0dfbe7
commit
3114368152
|
@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
|
|||
SRCDIR = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
TESTDLL = advapi32.dll
|
||||
IMPORTS = advapi32 kernel32 ntdll
|
||||
IMPORTS = advapi32 kernel32
|
||||
|
||||
CTESTS = \
|
||||
registry.c
|
||||
|
|
Loading…
Reference in New Issue