msvcrt: NULL terminate program arguments list in __getmainargs.
[wine] / dlls / dwrite / Makefile.in
1 MODULE    = dwrite.dll
2 IMPORTLIB = dwrite
3 IMPORTS   = user32 gdi32
4
5 C_SRCS = \
6         analyzer.c \
7         font.c \
8         gdiinterop.c \
9         layout.c \
10         main.c
11
12 @MAKE_DLL_RULES@