Commit 986f88bf authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

xinput1_3: Do not use delay loaded imports.

parent 60db3898
MODULE = xinput1_1.dll
IMPORTS = hid setupapi advapi32
PARENTSRC = ../xinput1_3
DELAYIMPORTS = hid setupapi advapi32
C_SRCS = \
main.c
......
MODULE = xinput1_2.dll
IMPORTS = hid setupapi advapi32
PARENTSRC = ../xinput1_3
DELAYIMPORTS = hid setupapi advapi32
C_SRCS = \
main.c
......
MODULE = xinput1_3.dll
IMPORTLIB = xinput
DELAYIMPORTS = hid setupapi advapi32
IMPORTS = hid setupapi advapi32
C_SRCS = \
main.c
......
MODULE = xinput1_4.dll
IMPORTS = hid setupapi advapi32
PARENTSRC = ../xinput1_3
DELAYIMPORTS = hid setupapi advapi32
C_SRCS = \
main.c
......
MODULE = xinput9_1_0.dll
IMPORTS = hid setupapi advapi32
PARENTSRC = ../xinput1_3
DELAYIMPORTS = hid setupapi advapi32
C_SRCS = \
main.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