user32: Delay load setupapi.

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

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2022-02-17 15:41:30 +01:00 committed by Alexandre Julliard
parent 12cb5d2efe
commit cc0ad23d73
1 changed files with 2 additions and 2 deletions

View File

@ -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 \