[PATCH] msi: Don't use delay imports.

Hans Leidekker hans at codeweavers.com
Tue Feb 19 04:34:03 CST 2019


This avoids problems with disabling Wow64 filesystem redirection.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46654
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
---
 dlls/msi/Makefile.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dlls/msi/Makefile.in b/dlls/msi/Makefile.in
index 4434a3ff6d..7140e5a330 100644
--- a/dlls/msi/Makefile.in
+++ b/dlls/msi/Makefile.in
@@ -1,7 +1,6 @@
 MODULE    = msi.dll
 IMPORTLIB = msi
-IMPORTS   = uuid urlmon wininet comctl32 shell32 shlwapi cabinet oleaut32 ole32 version user32 gdi32 advapi32 rpcrt4 sxs
-DELAYIMPORTS = odbccp32 wintrust crypt32 imagehlp mspatcha
+IMPORTS   = uuid urlmon wininet comctl32 shell32 shlwapi cabinet oleaut32 ole32 version user32 gdi32 advapi32 rpcrt4 sxs imagehlp mspatcha odbccp32 wintrust crypt32
 
 EXTRAIDLFLAGS = --prefix-server=s_
 
-- 
2.20.1




More information about the wine-devel mailing list