projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dsound: Added missing LeaveCriticalSection (Coverity).
[wine]
/
dlls
/
cryptnet
/
Makefile.in
1
MODULE = cryptnet.dll
2
IMPORTLIB = cryptnet
3
IMPORTS = crypt32
4
DELAYIMPORTS = wininet
5
6
C_SRCS = \
7
cryptnet_main.c
8
9
@MAKE_DLL_RULES@