wine/dlls/winmm/tests/Makefile.in
Huw Davies 5b622cfd84 winmm/tests: Call CoInitialize() to enable tests to run on Win 10.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-09-08 23:15:03 +09:00

15 lines
187 B
Makefile

TESTDLL = winmm.dll
IMPORTS = winmm ole32 user32 advapi32
C_SRCS = \
capture.c \
generated.c \
joystick.c \
mci.c \
mcicda.c \
midi.c \
mixer.c \
mmio.c \
timer.c \
wave.c