PATCH - link urlmon to ntdll

Steven Edwards steven_ed4153 at yahoo.com
Tue Jul 22 23:43:19 CDT 2003


This fixes the Mingw build. Before this patch:
umon.o(.text+0x2345): In function `URLDownloadToFileA':
e:/source/winehq/wine/dlls/urlmon/umon.c:1049: undefined reference to `RtlCreate
UnicodeStringFromAsciiz at 8'
umon.o(.text+0x2397):e:/source/winehq/wine/dlls/urlmon/umon.c:1050: undefined re
ference to `RtlCreateUnicodeStringFromAsciiz at 8'
umon.o(.text+0x23bc):e:/source/winehq/wine/dlls/urlmon/umon.c:1053: undefined re
ference to `RtlFreeUnicodeString at 4'
umon.o(.text+0x23c5):e:/source/winehq/wine/dlls/urlmon/umon.c:1054: undefined re
ference to `RtlFreeUnicodeString at 4'
umon.o(.text+0x23cf):e:/source/winehq/wine/dlls/urlmon/umon.c:1058: undefined re
ference to `RtlFreeUnicodeString at 4'
C:\mingw\bin\dllwrap.exe: C:\mingw\bin\gcc exited with status 1
make: *** [urlmon.dll] Error 1

Changelog:
Add ntdll to list of imports for urlmon

Index: Makefile.in
===================================================================
RCS file: /home/wine/wine/dlls/urlmon/Makefile.in,v
retrieving revision 1.15
diff -u -r1.15 Makefile.in
--- Makefile.in	19 Dec 2002 21:16:56 -0000	1.15
+++ Makefile.in	23 Jul 2003 04:40:43 -0000
@@ -3,7 +3,7 @@
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = urlmon.dll
-IMPORTS   = cabinet ole32 wininet user32 kernel32
+IMPORTS   = cabinet ole32 wininet user32 kernel32 ntdll
 EXTRALIBS = $(LIBUUID)
 
 LDDLLFLAGS = @LDDLLFLAGS@


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



More information about the wine-patches mailing list