Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG...
[wine] / dlls / ntdll / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = ntdll.dll
6 IMPORTS   = kernel32
7 EXTRADEFS = -DWINE_NO_LONG_AS_INT
8
9 CTESTS = \
10         atom.c \
11         change.c \
12         env.c \
13         error.c \
14         exception.c \
15         generated.c \
16         info.c \
17         large_int.c \
18         om.c \
19         path.c \
20         port.c \
21         reg.c \
22         rtl.c \
23         rtlbitmap.c \
24         rtlstr.c \
25         string.c \
26         time.c
27
28 @MAKE_TEST_RULES@
29
30 @DEPENDENCIES@  # everything below this line is overwritten by make depend