projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
secur32: Remove some unused variables.
[wine]
/
dlls
/
winecoreaudio.drv
/
Makefile.in
1
MODULE = winecoreaudio.drv
2
IMPORTS = uuid ole32 user32
3
DELAYIMPORTS = winmm
4
EXTRALIBS = @COREAUDIO@
5
6
C_SRCS = \
7
audiounit.c \
8
coreaudio.c \
9
coremidi.c \
10
midi.c \
11
mmdevdrv.c
12
13
@MAKE_DLL_RULES@