projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
kernel32: Reset stdio handles when they are closed.
[wine]
/
dlls
/
winealsa.drv
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = winealsa.drv
6
IMPORTS = dxguid uuid winmm user32 advapi32 kernel32
7
EXTRALIBS = @ALSALIBS@
8
9
C_SRCS = \
10
alsa.c \
11
dscapture.c \
12
dsoutput.c \
13
midi.c \
14
mixer.c \
15
wavein.c \
16
waveinit.c \
17
waveout.c
18
19
@MAKE_DLL_RULES@