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