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