user32: Update the window DPI awareness in SetParent().
[wine.git] / dlls / winebus.sys / Makefile.in
blobd3421b49f1aef332d84b12c374c57b70c2d8e44f
1 MODULE = winebus.sys
2 IMPORTS = ntoskrnl setupapi
3 EXTRALIBS = $(IOKIT_LIBS) $(UDEV_LIBS)
4 EXTRAINCL = $(UDEV_CFLAGS) $(SDL2_CFLAGS)
5 EXTRADLLFLAGS = -Wb,--subsystem,native
7 C_SRCS = \
8 bus_iohid.c \
9 bus_sdl.c \
10 bus_udev.c \
11 main.c