ReactOS 0.4.15-dev-7998-gdb93cb1
testlist.c File Reference
#include <apitest.h>
Include dependency graph for testlist.c:

Go to the source code of this file.

Macros

#define __ROS_LONG64__
 
#define STANDALONE
 

Functions

void func_RtlCaptureContext (void)
 
void func_RtlIntSafe (void)
 
void func_RtlUnwind (void)
 

Variables

const struct test winetest_testlist []
 

Macro Definition Documentation

◆ __ROS_LONG64__

#define __ROS_LONG64__

Definition at line 1 of file testlist.c.

◆ STANDALONE

#define STANDALONE

Definition at line 3 of file testlist.c.

Function Documentation

◆ func_RtlCaptureContext()

void func_RtlCaptureContext ( void  )

◆ func_RtlIntSafe()

void func_RtlIntSafe ( void  )

◆ func_RtlUnwind()

void func_RtlUnwind ( void  )

Variable Documentation

◆ winetest_testlist

const struct test winetest_testlist[]
Initial value:
=
{
{ "RtlIntSafe", func_RtlIntSafe },
{ 0, 0 }
}
void func_RtlIntSafe(void)

Definition at line 10 of file testlist.c.