comctl32: Remove redundant parameter from a helper.
[wine/multimedia.git] / dlls / kernel32 / tests / Makefile.in
blobdce27db503b9e0dccb4d576c4532e71c187b0e6a
1 TESTDLL = kernel32.dll
2 IMPORTS = user32 advapi32
4 C_SRCS = \
5 actctx.c \
6 alloc.c \
7 atom.c \
8 change.c \
9 codepage.c \
10 comm.c \
11 console.c \
12 debugger.c \
13 directory.c \
14 drive.c \
15 environ.c \
16 fiber.c \
17 file.c \
18 format_msg.c \
19 generated.c \
20 heap.c \
21 loader.c \
22 locale.c \
23 mailslot.c \
24 module.c \
25 path.c \
26 pipe.c \
27 process.c \
28 profile.c \
29 resource.c \
30 sync.c \
31 thread.c \
32 time.c \
33 timer.c \
34 toolhelp.c \
35 version.c \
36 virtual.c \
37 volume.c
39 RC_SRCS = resource.rc
41 @MAKE_TEST_RULES@