From 34597093793f7086c64c28a4ea4f63d8ca4dad53 Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Sat, 4 Jun 2005 09:36:12 +0000 Subject: [PATCH] Remove ntdll from imports. --- dlls/mlang/tests/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mlang/tests/Makefile.in b/dlls/mlang/tests/Makefile.in index f4387edc5af..13f95ef085d 100644 --- a/dlls/mlang/tests/Makefile.in +++ b/dlls/mlang/tests/Makefile.in @@ -3,7 +3,7 @@ TOPOBJDIR = ../../.. SRCDIR = @srcdir@ VPATH = @srcdir@ TESTDLL = mlang.dll -IMPORTS = ole32 gdi32 kernel32 ntdll +IMPORTS = ole32 gdi32 kernel32 EXTRALIBS = -luuid CTESTS = \ -- 2.11.4.GIT