projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mapi32: Avoid shadowing a parameter.
[wine]
/
dlls
/
mapi32
/
Makefile.in
1
MODULE = mapi32.dll
2
IMPORTLIB = mapi32
3
IMPORTS = uuid shlwapi shell32 user32 advapi32
4
5
C_SRCS = \
6
imalloc.c \
7
mapi32_main.c \
8
prop.c \
9
sendmail.c \
10
util.c
11
12
RC_SRCS = mapi32.rc
13
PO_SRCS = mapi32.rc
14
15
@MAKE_DLL_RULES@