Jacek Caban : user32: Delay load setupapi.
Module: wine Branch: master Commit: cc0ad23d7365b7b668fe0d3ba072d2a8dda94853 URL: https://source.winehq.org/git/wine.git/?a=commit;h=cc0ad23d7365b7b668fe0d3ba... Author: Jacek Caban <jacek(a)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(a)codeweavers.com> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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 \
participants (1)
-
Alexandre Julliard