Alexandre Julliard : toolhelp.dll16: Add ntdll import.

Alexandre Julliard julliard at winehq.org
Wed Sep 30 10:56:06 CDT 2009


Module: wine
Branch: master
Commit: bd48cf2f4bb709883b1d7b7c7f22ee3215042c62
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bd48cf2f4bb709883b1d7b7c7f22ee3215042c62

Author: Alexandre Julliard <julliard at 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




More information about the wine-cvs mailing list