Partial merge of the condrv_restructure branch, including:
[reactos.git] / rostests / apitests / advapi32 / testlist.c
1 #define __ROS_LONG64__
2
3 #define STANDALONE
4 #include <apitest.h>
5
6 extern void func_CreateService(void);
7 extern void func_LockDatabase(void);
8 extern void func_QueryServiceConfig2(void);
9 extern void func_SaferIdentifyLevel(void);
10
11 const struct test winetest_testlist[] =
12 {
13 { "CreateService", func_CreateService },
14 { "LockDatabase" , func_LockDatabase },
15 { "QueryServiceConfig2", func_QueryServiceConfig2 },
16 { "SaferIdentifyLevel", func_SaferIdentifyLevel },
17
18 { 0, 0 }
19 };
20