mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
15 lines
277 B
C
15 lines
277 B
C
|
/* Automatically generated file; DO NOT EDIT!! */
|
||
|
|
||
|
#define STANDALONE
|
||
|
#include <wine/test.h>
|
||
|
|
||
|
extern void func_device(void);
|
||
|
extern void func_dinput(void);
|
||
|
|
||
|
const struct test winetest_testlist[] =
|
||
|
{
|
||
|
{ "device", func_device },
|
||
|
{ "dinput", func_dinput },
|
||
|
{ 0, 0 }
|
||
|
};
|