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