projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Check for a null pointer in WS_setsockopt.
[wine]
/
dlls
/
crypt32
/
Makefile.in
1
EXTRADEFS = -D_CRYPT32_
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = crypt32.dll
7
IMPORTS = advapi32 kernel32
8
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
C_SRCS = \
13
main.c
14
15
@MAKE_DLL_RULES@
16
17
### Dependencies:
18