sxs: Use inline wrappers for calling COM methods.
[wine/multimedia.git] / dlls / sxs / Makefile.in
bloba1079280e667c19f8e9c23cc737a9428fd270abc
1 MODULE = sxs.dll
2 IMPORTS = oleaut32 ole32
3 IMPORTLIB = sxs
4 EXTRADEFS = -DWIDL_C_INLINE_WRAPPERS
6 C_SRCS = \
7 cache.c \
8 name.c \
9 sxs.c
11 @MAKE_DLL_RULES@