projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
GetCPInfo should return FALSE if called with NULL info buffer.
[wine]
/
dlls
/
dbghelp
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = dbghelp.dll
6
IMPORTS = psapi kernel32 ntdll
7
8
C_SRCS = \
9
coff.c \
10
dbghelp.c \
11
elf_module.c \
12
image.c \
13
memory.c \
14
minidump.c \
15
module.c \
16
msc.c \
17
path.c \
18
pe_module.c \
19
source.c \
20
stabs.c \
21
stack.c \
22
storage.c \
23
symbol.c \
24
type.c
25
26
@MAKE_DLL_RULES@
27
28
### Dependencies: