projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ws2_32: Delete the static critical section when unloading the dll.
[wine]
/
dlls
/
explorerframe
/
Makefile.in
1
EXTRADEFS = -DCOM_NO_WINDOWS_H
2
MODULE = explorerframe.dll
3
IMPORTS = uuid ole32 shell32 user32
4
5
C_SRCS = \
6
explorerframe_main.c \
7
nstc.c
8
9
IDL_R_SRCS = explorerframe.idl
10
11
RC_SRCS = \
12
version.rc
13
14
@MAKE_DLL_RULES@