winspool: Implement SetPrinterW for level 2.
[wine] / dlls / dinput / tests / Makefile.in
1 TESTDLL   = dinput.dll
2 IMPORTS   = dinput ole32 version user32
3
4 C_SRCS = \
5         device.c \
6         dinput.c \
7         joystick.c \
8         keyboard.c \
9         mouse.c
10
11 @MAKE_TEST_RULES@