From bfd02931acd228e89e6c6ded5dd0447815f5a6a0 Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Tue, 19 Feb 2019 11:34:03 +0100 Subject: [PATCH] msi: Don't use delay imports. This avoids problems with disabling Wow64 filesystem redirection. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46654 Signed-off-by: Hans Leidekker Signed-off-by: Alexandre Julliard --- 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 4434a3ff6d3..7140e5a3308 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_