[01/10] wintrust: Remove unneeded ntdll import.

Hans Leidekker hans at codeweavers.com
Mon Dec 22 07:18:40 CST 2008


diff --git a/dlls/wintrust/Makefile.in b/dlls/wintrust/Makefile.in
index f747179..c8443bd 100644
--- a/dlls/wintrust/Makefile.in
+++ b/dlls/wintrust/Makefile.in
@@ -4,7 +4,7 @@ SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = wintrust.dll
 IMPORTLIB = wintrust
-IMPORTS   = crypt32 user32 advapi32 kernel32 ntdll
+IMPORTS   = crypt32 user32 advapi32 kernel32
 DELAYIMPORTS = cryptui imagehlp
 
 C_SRCS = \



More information about the wine-patches mailing list