[PCI]
[reactos.git] / rostests / regtests / crt / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #define WIN32_LEAN_AND_MEAN
4 #define __ROS_LONG64__
5 #include <windows.h>
6
7 #define STANDALONE
8 #include "wine/test.h"
9
10 extern void func_iofuncs(void);
11 extern void func_time(void);
12
13 const struct test winetest_testlist[] =
14 {
15 { "iofuncs", func_iofuncs },
16 { "time", func_time },
17 { 0, 0 }
18 };
19