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