ReactOS 0.4.15-dev-7842-g558ab78
testlist.c
Go to the documentation of this file.
1/* Automatically generated by make depend; DO NOT EDIT!! */
2
3#define STANDALONE
4#include <wine/test.h>
5
6extern void func_d3drm(void);
7extern void func_vector(void);
8
9const struct test winetest_testlist[] =
10{
11 { "d3drm", func_d3drm },
12 { "vector", func_vector },
13 { 0, 0 }
14};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:6
void func_d3drm(void)
void func_vector(void)