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