projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
gameux: Initialize registry path pointer to NULL in GAMEUX_getAppIdFromGDFPath.
[wine]
/
dlls
/
dmusic
/
Makefile.in
1
MODULE = dmusic.dll
2
IMPORTS = dxguid uuid ole32 advapi32
3
4
C_SRCS = \
5
buffer.c \
6
clock.c \
7
collection.c \
8
dmusic.c \
9
dmusic_main.c \
10
download.c \
11
downloadedinstrument.c \
12
instrument.c \
13
port.c
14
15
IDL_R_SRCS = dmusic.idl
16
17
RC_SRCS = version.rc
18
19
@MAKE_DLL_RULES@