MAPI32 - Link to ntdll

Steven Edwards steven_ed4153 at yahoo.com
Fri Mar 11 19:53:18 CST 2005


Fix the mingw compile

Changelog:
Link mapi32 to ntdll

Index: dlls/mapi32/Makefile.in
===================================================================
RCS file: /home/wine/wine/dlls/mapi32/Makefile.in,v
retrieving revision 1.8
diff -u -r1.8 Makefile.in
--- dlls/mapi32/Makefile.in   30 Nov 2004 17:38:52 -0000   1.8
+++ dlls/mapi32/Makefile.in   12 Mar 2005 01:49:00 -0000
@@ -3,7 +3,7 @@
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = mapi32.dll
-IMPORTS   = shlwapi ole32 user32 kernel32
+IMPORTS   = shlwapi ole32 user32 kernel32 ntdll
 EXTRALIBS = -luuid $(LIBUNICODE)
 
 C_SRCS = \


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more. 
http://info.mail.yahoo.com/mail_250



More information about the wine-patches mailing list