comdlg32: Avoid a NULL dereference when changing the file type selection of a Unicode...
[wine.git] / dlls / crtdll / Makefile.in
bloba618ce903732c059068cee4f623e749b80222e6d
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = crtdll.dll
6 IMPORTLIB = crtdll
7 IMPORTS = msvcrt
8 MODCFLAGS = @BUILTINFLAG@
9 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
11 C_SRCS = \
12 crtdll_main.c
14 @MAKE_DLL_RULES@