toolhelp.dll16: Add ntdll import.
This commit is contained in:
parent
d52ad5e9a6
commit
bd48cf2f4b
|
@ -3,7 +3,7 @@ TOPOBJDIR = ../..
|
||||||
SRCDIR = @srcdir@
|
SRCDIR = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
MODULE = toolhelp.dll16
|
MODULE = toolhelp.dll16
|
||||||
IMPORTS = kernel32
|
IMPORTS = kernel32 ntdll
|
||||||
EXTRADLLFLAGS = -Wb,--subsystem,win16
|
EXTRADLLFLAGS = -Wb,--subsystem,win16
|
||||||
|
|
||||||
C_SRCS = toolhelp.c
|
C_SRCS = toolhelp.c
|
||||||
|
|
Loading…
Reference in New Issue