Add kernel32 as import for wintrust

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Tue Oct 19 03:02:53 CDT 2004


It seems Stefan forgot the kernel import with his patch to wintrust.

Bye
-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Index: wine/dlls/wintrust/Makefile.in
===================================================================
RCS file: /home/wine/wine/dlls/wintrust/Makefile.in,v
retrieving revision 1.6
diff -u -w -r1.6 Makefile.in
--- wine/dlls/wintrust/Makefile.in	11 Oct 2003 01:09:15 -0000	1.6
+++ wine/dlls/wintrust/Makefile.in	19 Oct 2004 07:59:58 -0000
@@ -3,6 +3,7 @@
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = wintrust.dll
+IMPORTS   = kernel32
 
 C_SRCS = wintrust_main.c
 



More information about the wine-patches mailing list