ReactOS
0.4.16-dev-334-g4d9f67c
testlist.c
Go to the documentation of this file.
1
#define __ROS_LONG64__
2
#define wine_dbgstr_wn wine_dbgstr_wn_
3
#define STANDALONE
4
#include <
apitest.h
>
5
6
extern
void
func_RtlCaptureContext
(
void
);
7
extern
void
func_RtlIntSafe
(
void
);
8
extern
void
func_RtlUnwind
(
void
);
9
10
const
struct
test
winetest_testlist
[] =
11
{
12
{
"RtlIntSafe"
,
func_RtlIntSafe
},
13
14
#ifdef _M_IX86
15
{
"RtlUnwind"
,
func_RtlUnwind
},
16
#endif
17
#ifdef _M_AMD64
18
{
"RtlCaptureContext"
,
func_RtlCaptureContext
},
19
#endif
20
21
{ 0, 0 }
22
};
apitest.h
test
#define test
Definition:
rosglue.h:37
winetest_testlist
const struct test winetest_testlist[]
Definition:
testlist.c:7
func_RtlUnwind
void func_RtlUnwind(void)
func_RtlIntSafe
void func_RtlIntSafe(void)
func_RtlCaptureContext
void func_RtlCaptureContext(void)
modules
rostests
apitests
rtl
testlist.c
Generated on Mon Dec 9 2024 06:06:25 for ReactOS by
1.9.6