reactos/rostests/winetests/opengl32/testlist.c
Kamil Hornicek 8563362b72 [OPENGL32_WINETEST]
Add opengl32 winetest, patch by Jerome Gardou.
Not used for now.

svn path=/trunk/; revision=47779
2010-06-14 12:41:15 +00:00

16 lines
265 B
C

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