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:
parent
12cb5d2efe
commit
cc0ad23d73
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue