Remove ntdll from imports.

This commit is contained in:
Hans Leidekker 2005-06-04 09:36:12 +00:00 committed by Alexandre Julliard
parent a6c8e4e498
commit 3459709379
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR = @srcdir@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
TESTDLL = mlang.dll TESTDLL = mlang.dll
IMPORTS = ole32 gdi32 kernel32 ntdll IMPORTS = ole32 gdi32 kernel32
EXTRALIBS = -luuid EXTRALIBS = -luuid
CTESTS = \ CTESTS = \