Piotr Caban : imm32: Delay import ole32.dll.

Alexandre Julliard julliard at winehq.org
Mon Oct 18 16:16:30 CDT 2021


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

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Mon Oct 18 18:42:59 2021 +0200

imm32: Delay import ole32.dll.

Fixes kernel32 debugger test failure.

Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/imm32/Makefile.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dlls/imm32/Makefile.in b/dlls/imm32/Makefile.in
index ad10fc2fa45..214b2b753d4 100644
--- a/dlls/imm32/Makefile.in
+++ b/dlls/imm32/Makefile.in
@@ -1,6 +1,7 @@
 MODULE    = imm32.dll
 IMPORTLIB = imm32
-IMPORTS   = user32 gdi32 advapi32 ole32
+IMPORTS   = user32 gdi32 advapi32
+DELAYIMPORTS = ole32
 
 C_SRCS = \
 	imm.c




More information about the wine-cvs mailing list