projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
user32: Delete the static critical section when unloading the dll.
[wine]
/
dlls
/
mciavi32
/
Makefile.in
1
MODULE = mciavi32.dll
2
IMPORTS = msvfw32 winmm user32 gdi32
3
4
C_SRCS = \
5
info.c \
6
mciavi.c \
7
mmoutput.c \
8
wnd.c
9
10
RC_SRCS = mciavi_res.rc
11
12
@MAKE_DLL_RULES@