repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sapi: Use standard C functions for memory allocation in token.c.
[wine.git]
/
dlls
/
combase
/
Makefile.in
blob
987616773dd14bc3441e08f43cc0a85891a92757
1
MODULE
=
combase.dll
2
IMPORTLIB
=
combase
3
IMPORTS
=
advapi32 ole32 user32 gdi32 uuid rpcrt4
4
DELAYIMPORTS
=
oleaut32
5
6
C_SRCS
=
\
7
apartment.c \
8
combase.c \
9
errorinfo.c \
10
hglobalstream.c \
11
malloc.c \
12
marshal.c \
13
roapi.c \
14
rpc.c \
15
string.c \
16
stubmanager.c \
17
usrmarshal.c
18
19
IDL_SRCS
=
\
20
dcom.idl \
21
irpcss.idl