Hans Leidekker : msi: Don't use delay imports.

Alexandre Julliard julliard at winehq.org
Tue Feb 19 15:29:33 CST 2019


Module: wine
Branch: master
Commit: bfd02931acd228e89e6c6ded5dd0447815f5a6a0
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=bfd02931acd228e89e6c6ded5dd0447815f5a6a0

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Tue Feb 19 11:34:03 2019 +0100

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 <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 4434a3f..7140e5a 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_
 




More information about the wine-cvs mailing list