ReactOS 0.4.15-dev-7918-g2a2556c
testlist.c
Go to the documentation of this file.
1#define STANDALONE
2#include <apitest.h>
3
4extern void func_ms_seh(void);
5extern void func_pseh(void);
6extern void func_pseh_cpp(void);
7
8const struct test winetest_testlist[] =
9{
10#if !(defined(__GNUC__) && defined(_M_AMD64))
11 { "ms-seh", func_ms_seh },
12#endif
13 { "pseh", func_pseh },
14 { "pseh_cpp", func_pseh_cpp },
15 { 0, 0 }
16};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_ms_seh(void)
void func_pseh(void)
void func_pseh_cpp(void)