projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
usp10: Move the application of pair values to a helper function.
[wine]
/
dlls
/
winealsa.drv
/
Makefile.in
1
MODULE = winealsa.drv
2
IMPORTS = uuid ole32 advapi32
3
DELAYIMPORTS = winmm
4
EXTRALIBS = @ALSALIBS@
5
6
C_SRCS = \
7
midi.c \
8
mmdevdrv.c
9
10
@MAKE_DLL_RULES@