[KERNEL32]: Improve RtlUnwind spec export.
[reactos.git] / rostests / winetests / rpcrt4 / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #define STANDALONE
4 #include <wine/test.h>
5
6 extern void func_cstub(void);
7 extern void func_generated(void);
8 extern void func_ndr_marshall(void);
9 extern void func_rpc(void);
10 extern void func_rpc_async(void);
11 extern void func_rpc_protseq(void);
12 extern void func_server(void);
13
14 const struct test winetest_testlist[] =
15 {
16 { "cstub", func_cstub },
17 { "generated", func_generated },
18 { "ndr_marshall", func_ndr_marshall },
19 { "rpc", func_rpc },
20 { "rpc_async", func_rpc_async },
21 { "rpc_protseq", func_rpc_protseq },
22 { "server", func_server },
23 { 0, 0 }
24 };