Handle wParam in WM_PAINT properly: if non-null, it is the hdc we are
[wine] / dlls / msvcrt / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = msvcrt.dll
6 IMPORTS   = msvcrt
7 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt -I$(SRCDIR)/..
8
9 CTESTS = \
10         cpp.c \
11         environ.c \
12         file.c \
13         headers.c \
14         heap.c \
15         printf.c \
16         scanf.c \
17         string.c \
18         time.c
19
20 @MAKE_TEST_RULES@
21
22 ### Dependencies: