reactos/rostests/winetests/xinput1_3/testlist.c
Amine Khaldi 79247ad3aa [XINPUT1_3_WINETEST]
* Import from Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60438
2013-09-28 15:39:51 +00:00

13 lines
215 B
C

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