ReactOS 0.4.15-dev-7953-g1f49173
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_GetDeviceDriverFileName (void)
 
void func_GetDeviceDriverBaseName (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_GetDeviceDriverBaseName()

void func_GetDeviceDriverBaseName ( void  )

◆ func_GetDeviceDriverFileName()

void func_GetDeviceDriverFileName ( void  )

Variable Documentation

◆ winetest_testlist

const struct test winetest_testlist[]
Initial value:
=
{
{ "GetDeviceDriverFileName", func_GetDeviceDriverFileName },
{ "GetDeviceDriverBaseName", func_GetDeviceDriverBaseName },
{ 0, 0 }
}
void func_GetDeviceDriverBaseName(void)
void func_GetDeviceDriverFileName(void)

Definition at line 9 of file testlist.c.