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

13 lines
215 B
C

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