mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
192afa3ac1
* Import from Wine 1.5.26. svn path=/trunk/; revision=58769
21 lines
472 B
C
21 lines
472 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_device(void);
|
|
extern void func_dinput(void);
|
|
extern void func_joystick(void);
|
|
extern void func_keyboard(void);
|
|
extern void func_mouse(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "device", func_device },
|
|
{ "dinput", func_dinput },
|
|
{ "joystick", func_joystick },
|
|
{ "keyboard", func_keyboard },
|
|
{ "mouse", func_mouse },
|
|
{ 0, 0 }
|
|
};
|