ede80062c93b7fab9b0ef0ac5d384d2fde109d11
[reactos.git] / rostests / apitests / advapi32 / testlist.c
1 #define WIN32_LEAN_AND_MEAN
2 #define __ROS_LONG64__
3 #include <windows.h>
4
5 #define STANDALONE
6 #include "wine/test.h"
7
8 extern void func_CreateService(void);
9 extern void func_QueryServiceConfig2(void);
10
11 const struct test winetest_testlist[] =
12 {
13 { "CreateService", func_CreateService },
14 { "QueryServiceConfig2", func_QueryServiceConfig2 },
15
16 { 0, 0 }
17 };
18