ole32: Fix invalid memory access in storage32.
[wine/multimedia.git] / dlls / msdaps / Makefile.in
blob0f6534301767875f7fb960bf6175545e021f29f3
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = msdaps.dll
6 IMPORTS = oleaut32 ole32 rpcrt4 kernel32 ntdll
7 EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_CLSID_IS="{ 0x06210e88, 0x01f5, 0x11d1, { 0xb5, 0x12, 0x00, 0x80, 0xc7, 0x81, 0xc3, 0x84 } }"
8 EXTRAIDLFLAGS = --win32-align=2
10 EXTRA_OBJS = dlldata.o
12 C_SRCS = \
13 usrmarshal.c
15 IDL_I_SRCS = \
16 msdaps.idl
18 IDL_P_SRCS = \
19 msdaps.idl
21 @MAKE_DLL_RULES@
23 @DEPENDENCIES@ # everything below this line is overwritten by make depend