comctl32: listview: When shrinking the last column clear the now unused field.
[wine] / dlls / winealsa.drv / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = winealsa.drv
6 IMPORTS   = winmm user32 advapi32 kernel32 ntdll
7 EXTRALIBS = -ldxguid -luuid @ALSALIBS@
8
9 C_SRCS = \
10         audio.c \
11         alsa.c \
12         midi.c
13
14 @MAKE_DLL_RULES@
15
16 @DEPENDENCIES@  # everything below this line is overwritten by make depend