reactos/modules/rostests/winetests/opengl32/testlist.c

13 lines
215 B
C

/* Automatically generated file; DO NOT EDIT!! */
#define STANDALONE
#include <wine/test.h>
extern void func_opengl(void);
const struct test winetest_testlist[] =
{
{ "opengl", func_opengl },
{ 0, 0 }
};