Jacek Caban : user32: Delay load setupapi.

Alexandre Julliard julliard at winehq.org
Thu Feb 17 15:33:59 CST 2022


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Feb 17 15:41:30 2022 +0100

user32: Delay load setupapi.

This reverts 50aeb5e777d9a8836f5530755afab10e042c623f. Previously
problematic code is now moved to win32u and doesn't use setupapi.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user32/Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/user32/Makefile.in b/dlls/user32/Makefile.in
index b3970d44e4d..73f6016933a 100644
--- a/dlls/user32/Makefile.in
+++ b/dlls/user32/Makefile.in
@@ -1,9 +1,9 @@
 EXTRADEFS = -DWINE_NO_LONG_TYPES -D_USER32_ -D_WINABLE_
 MODULE    = user32.dll
 IMPORTLIB = user32
-IMPORTS   = $(PNG_PE_LIBS) setupapi gdi32 version sechost advapi32 kernelbase win32u
+IMPORTS   = $(PNG_PE_LIBS) gdi32 version sechost advapi32 kernelbase win32u
 EXTRAINCL = $(PNG_PE_CFLAGS)
-DELAYIMPORTS = hid imm32
+DELAYIMPORTS = hid setupapi imm32
 
 C_SRCS = \
 	button.c \




More information about the wine-cvs mailing list