gdiplus: Always use AlphaBlend to draw to 32-bit DIB's.
[wine] / dlls / atl100 / Makefile.in
1 MODULE = atl100.dll
2 IMPORTLIB = atl100
3 IMPORTS = uuid ole32 oleaut32 user32 gdi32 advapi32
4
5 C_SRCS = \
6         atl.c \
7         atl_ax.c \
8         registrar.c
9
10 @MAKE_DLL_RULES@