Resolve undefined symbol in oleaut32

Jeramy Rutley jrutley at gmail.com
Fri May 6 15:06:58 CDT 2005


I moved "urlmon" from DELAYIMPORTS to IMPORTS to get the symbol to resolve.

? patch.diff
? dlls/ttydrv/ttydrv.dll.dbg.c
? dlls/ttydrv/ttydrv.spec.def
? dlls/x11drv/x11drv.dll.dbg.c
? dlls/x11drv/x11drv.spec.def
Index: dlls/oleaut32/Makefile.in
===================================================================
RCS file: /home/wine/wine/dlls/oleaut32/Makefile.in,v
retrieving revision 1.59
diff -u -p -r1.59 Makefile.in
--- dlls/oleaut32/Makefile.in   7 Mar 2005 19:22:49 -0000       1.59
+++ dlls/oleaut32/Makefile.in   6 May 2005 19:58:57 -0000
@@ -4,8 +4,8 @@ TOPOBJDIR = ../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = oleaut32.dll
-IMPORTS   = ole32 rpcrt4 user32 gdi32 advapi32 kernel32 ntdll
-DELAYIMPORTS = comctl32 urlmon
+IMPORTS   = ole32 rpcrt4 user32 gdi32 advapi32 kernel32 ntdll urlmon
+DELAYIMPORTS = comctl32
 EXTRALIBS = $(LIBUNICODE) -luuid

 C_SRCS = \




More information about the wine-patches mailing list