MSI: link against oleaut32

Mike McCormack mike at codeweavers.com
Thu Jul 1 10:50:18 CDT 2004


ChangeLog:
* link against oleaut32
-------------- next part --------------
diff -u dlls/msi.old/Makefile.in dlls/msi/Makefile.in
--- dlls/msi.old/Makefile.in	2004-07-01 10:45:03.000000000 -0500
+++ dlls/msi/Makefile.in	2004-07-01 10:48:25.000000000 -0500
@@ -3,7 +3,7 @@
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = msi.dll
-IMPORTS   = shell32 cabinet ole32 user32 advapi32 kernel32
+IMPORTS   = shell32 cabinet oleaut32 ole32 user32 advapi32 kernel32
 EXTRALIBS = -luuid $(LIBUNICODE)
 
 C_SRCS = \


More information about the wine-patches mailing list