ReactOS 0.4.16-dev-1946-g52006dd
testlist.c
Go to the documentation of this file.
1
2#define STANDALONE
3#include <apitest.h>
4
5extern void func_browseui(void);
6extern void func_certmgr(void);
7extern void func_combase(void);
8extern void func_explorerframe(void);
9extern void func_ieframe(void);
10extern void func_interfaces(void);
11extern void func_netcfgx(void);
12extern void func_netshell(void);
13extern void func_ole32(void);
14extern void func_prnfldr(void);
15extern void func_shdocvw(void);
16extern void func_shell32(void);
17extern void func_windows_storage(void);
18extern void func_zipfldr(void);
19
20const struct test winetest_testlist[] =
21{
22 { "browseui", func_browseui },
23 { "certmgr", func_certmgr },
24 { "combase", func_combase },
25 { "explorerframe", func_explorerframe },
26 { "ieframe", func_ieframe },
27 { "interfaces", func_interfaces },
28 { "netcfgx", func_netcfgx },
29 { "netshell", func_netshell },
30 { "ole32", func_ole32 },
31 { "prnfldr", func_prnfldr },
32 { "shdocvw", func_shdocvw },
33 { "shell32", func_shell32 },
34 { "windows_storage", func_windows_storage },
35 { "zipfldr", func_zipfldr },
36
37 { 0, 0 }
38};
#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_prnfldr(void)
void func_combase(void)
void func_zipfldr(void)
void func_windows_storage(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)
void func_explorerframe(void)