reactos/rostests/winetests/opengl32/testlist.c
Amine Khaldi 7188e0d7c6 [OPENGL32_WINETEST]
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62867
2014-04-22 11:16:47 +00:00

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 }
};