From bd48cf2f4bb709883b1d7b7c7f22ee3215042c62 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 29 Sep 2009 20:59:51 +0200 Subject: [PATCH] toolhelp.dll16: Add ntdll import. --- dlls/toolhelp.dll16/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/toolhelp.dll16/Makefile.in b/dlls/toolhelp.dll16/Makefile.in index 74b45f2582c..75d88420c10 100644 --- a/dlls/toolhelp.dll16/Makefile.in +++ b/dlls/toolhelp.dll16/Makefile.in @@ -3,7 +3,7 @@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = toolhelp.dll16 -IMPORTS = kernel32 +IMPORTS = kernel32 ntdll EXTRADLLFLAGS = -Wb,--subsystem,win16 C_SRCS = toolhelp.c