Added missing ntdll imports.

This commit is contained in:
Alexandre Julliard 2005-08-18 10:59:47 +00:00
parent aab12f5f7c
commit 702c959c7b
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = crypt32.dll
IMPORTLIB = libcrypt32.$(IMPLIBEXT)
IMPORTS = advapi32 kernel32
IMPORTS = advapi32 kernel32 ntdll
C_SRCS = \
cert.c \

View File

@ -5,7 +5,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = shell32.dll
IMPORTLIB = libshell32.$(IMPLIBEXT)
IMPORTS = shlwapi comctl32 user32 gdi32 advapi32 kernel32
IMPORTS = shlwapi comctl32 user32 gdi32 advapi32 kernel32 ntdll
DELAYIMPORTS = ole32
EXTRALIBS = -luuid $(LIBUNICODE)