ReactOS 0.4.15-dev-7918-g2a2556c
testlist.c File Reference
#include <wine/test.h>
Include dependency graph for testlist.c:

Go to the source code of this file.

Macros

#define __ROS_LONG64__
 
#define STANDALONE
 

Functions

void func_ntoskrnl_SectionFlags (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_ntoskrnl_SectionFlags()

void func_ntoskrnl_SectionFlags ( void  )

Variable Documentation

◆ winetest_testlist

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

Definition at line 8 of file testlist.c.