Module: wine Branch: master Commit: d52ad5e9a6c6fc6b383d6ad085c7cf4e6a0150bb URL: http://source.winehq.org/git/wine.git/?a=commit;h=d52ad5e9a6c6fc6b383d6ad085...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Sep 29 20:52:56 2009 +0200
system.drv16: Add ntdll import.
---
dlls/system.drv16/Makefile.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/system.drv16/Makefile.in b/dlls/system.drv16/Makefile.in index 2fa90cf..f3e64b0 100644 --- a/dlls/system.drv16/Makefile.in +++ b/dlls/system.drv16/Makefile.in @@ -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