Commit cc0ad23d authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

user32: Delay load setupapi.

This reverts 50aeb5e7. Previously problematic code is now moved to win32u and doesn't use setupapi. Signed-off-by: 's avatarJacek Caban <jacek@codeweavers.com> Signed-off-by: 's avatarHuw Davies <huw@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 12cb5d2e
EXTRADEFS = -DWINE_NO_LONG_TYPES -D_USER32_ -D_WINABLE_ EXTRADEFS = -DWINE_NO_LONG_TYPES -D_USER32_ -D_WINABLE_
MODULE = user32.dll MODULE = user32.dll
IMPORTLIB = user32 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) EXTRAINCL = $(PNG_PE_CFLAGS)
DELAYIMPORTS = hid imm32 DELAYIMPORTS = hid setupapi imm32
C_SRCS = \ C_SRCS = \
button.c \ button.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment