Avoid division by 0 by initializing the item size in on creation.
[wine] / dlls / ole32 / Makefile.in
1 EXTRADEFS = -D_OLE32_ -DWINE_NO_STRICT
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = ole32.dll
7 IMPORTS   = advapi32 user32 gdi32 rpcrt4 kernel32 ntdll
8 ALTNAMES  = ole2.dll ole2nls.dll ole2conv.dll ole2prox.dll ole2thk.dll storage.dll compobj.dll
9 EXTRALIBS = $(LIBUUID)
10
11 LDDLLFLAGS = @LDDLLFLAGS@
12 SYMBOLFILE = $(MODULE).tmp.o
13
14 C_SRCS = \
15         antimoniker.c \
16         bindctx.c \
17         clipboard.c \
18         compobj.c \
19         compositemoniker.c \
20         datacache.c \
21         defaulthandler.c \
22         errorinfo.c \
23         filemoniker.c \
24         ftmarshal.c \
25         hglobalstream.c \
26         ifs.c \
27         itemmoniker.c \
28         marshal.c \
29         memlockbytes.c \
30         moniker.c \
31         ole16.c \
32         ole2.c \
33         ole2stubs.c \
34         ole2impl.c \
35         ole2nls.c \
36         ole32_main.c \
37         oleobj.c \
38         oleproxy.c \
39         rpc.c \
40         stg_bigblockfile.c \
41         stg_stream.c \
42         storage.c \
43         storage32.c
44
45 RC_SRCS = ole32res.rc
46
47 @MAKE_DLL_RULES@
48
49 ### Dependencies: