Module: wine Branch: master Commit: bd48cf2f4bb709883b1d7b7c7f22ee3215042c62 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bd48cf2f4bb709883b1d7b7c7f...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Sep 29 20:59:51 2009 +0200
toolhelp.dll16: Add ntdll import.
---
dlls/toolhelp.dll16/Makefile.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/toolhelp.dll16/Makefile.in b/dlls/toolhelp.dll16/Makefile.in index 74b45f2..75d8842 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