winedos: Remove superfluous casts of void pointers to other pointer types.
[wine] / dlls / dmsynth / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = dmsynth.dll
6 IMPORTS   = winmm ole32 user32 advapi32 kernel32
7 EXTRALIBS = -ldxguid -luuid
8
9 C_SRCS = \
10         dmsynth_main.c \
11         regsvr.c \
12         synth.c \
13         synthsink.c
14
15 RC_SRCS = version.rc
16
17 @MAKE_DLL_RULES@
18
19 @DEPENDENCIES@  # everything below this line is overwritten by make depend