Remove ntdll from imports.
This commit is contained in:
parent
a6c8e4e498
commit
3459709379
|
@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
|
|||
SRCDIR = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
TESTDLL = mlang.dll
|
||||
IMPORTS = ole32 gdi32 kernel32 ntdll
|
||||
IMPORTS = ole32 gdi32 kernel32
|
||||
EXTRALIBS = -luuid
|
||||
|
||||
CTESTS = \
|
||||
|
|
Loading…
Reference in New Issue