dwrite: Added GetLocaleNameLength/GetLocaleName for text format and layout.
[wine] / dlls / dwrite / Makefile.in
1 MODULE    = dwrite.dll
2 IMPORTLIB = dwrite
3 IMPORTS   = user32 gdi32
4
5 C_SRCS = \
6         font.c \
7         gdiinterop.c \
8         layout.c \
9         main.c
10
11 @MAKE_DLL_RULES@