projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
shell32: Trace APPBARDATA struct members based on message type (Valgrind).
[wine]
/
dlls
/
winmm
/
Makefile.in
1
EXTRADEFS = -D_WINMM_
2
MODULE = winmm.dll
3
IMPORTLIB = winmm
4
IMPORTS = user32 advapi32
5
6
C_SRCS = \
7
driver.c \
8
joystick.c \
9
lolvldrv.c \
10
mci.c \
11
mmio.c \
12
playsound.c \
13
time.c \
14
winmm.c
15
16
RC_SRCS = \
17
winmm.rc \
18
winmm_res.rc
19
20
PO_SRCS = winmm.rc
21
22
@MAKE_DLL_RULES@