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

Go to the source code of this file.

Macros

#define STANDALONE
 

Functions

void func_spoolss (void)
 

Variables

const struct test winetest_testlist []
 

Macro Definition Documentation

◆ STANDALONE

#define STANDALONE

Definition at line 3 of file testlist.c.

Function Documentation

◆ func_spoolss()

void func_spoolss ( void  )

Variable Documentation

◆ winetest_testlist

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

Definition at line 8 of file testlist.c.