mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 23:20:56 +00:00
f2e9a21534
Signed-off-by: Aric Stewart <aric@codeweavers.com> Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
113 B
Makefile
7 lines
113 B
Makefile
MODULE = winehid.sys
|
|
IMPORTS = hidclass ntoskrnl
|
|
EXTRADLLFLAGS = -Wb,--subsystem,native
|
|
|
|
C_SRCS = \
|
|
main.c
|