ReactOS
0.4.16-dev-1044-ga6558c0
testlist.c
Go to the documentation of this file.
1
#define STANDALONE
2
#include <
apitest.h
>
3
4
extern
void
func_floatconv
(
void
);
5
extern
void
func_ms_seh
(
void
);
6
extern
void
func_pseh
(
void
);
7
extern
void
func_pseh_cpp
(
void
);
8
9
const
struct
test
winetest_testlist
[] =
10
{
11
{
"floatconv"
,
func_floatconv
},
12
#ifndef __VS_PROJECT__
13
#if !(defined(__GNUC__) && defined(_M_AMD64))
14
{
"ms-seh"
,
func_ms_seh
},
15
#endif
16
{
"pseh"
,
func_pseh
},
17
{
"pseh_cpp"
,
func_pseh_cpp
},
18
#endif
/* __VS_PROJECT__ */
19
{ 0, 0 }
20
};
apitest.h
test
#define test
Definition:
rosglue.h:37
winetest_testlist
const struct test winetest_testlist[]
Definition:
testlist.c:7
func_floatconv
void func_floatconv(void)
func_ms_seh
void func_ms_seh(void)
func_pseh
void func_pseh(void)
func_pseh_cpp
void func_pseh_cpp(void)
modules
rostests
apitests
compiler
testlist.c
Generated on Sun Apr 27 2025 06:06:51 for ReactOS by
1.9.6