ReactOS 0.4.15-dev-7958-gcd0bb1a
testlist.c
Go to the documentation of this file.
1#define __ROS_LONG64__
2
3#define STANDALONE
4#include <apitest.h>
5
6extern void func_browseui(void);
7extern void func_certmgr(void);
8extern void func_ieframe(void);
9extern void func_interfaces(void);
10extern void func_netcfgx(void);
11extern void func_netshell(void);
12extern void func_ole32(void);
13extern void func_shdocvw(void);
14extern void func_shell32(void);
15extern void func_zipfldr(void);
16
17const struct test winetest_testlist[] =
18{
19 { "browseui", func_browseui },
20 { "certmgr", func_certmgr },
21 { "ieframe", func_ieframe },
22 { "interfaces", func_interfaces },
23 { "netcfgx", func_netcfgx },
24 { "netshell", func_netshell },
25 { "ole32", func_ole32 },
26 { "shdocvw", func_shdocvw },
27 { "shell32", func_shell32 },
28 { "zipfldr", func_zipfldr },
29
30 { 0, 0 }
31};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_ole32(void)
void func_shdocvw(void)
void func_zipfldr(void)
void func_netshell(void)
void func_netcfgx(void)
void func_browseui(void)
void func_interfaces(void)
void func_shell32(void)
void func_certmgr(void)
void func_ieframe(void)