mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
28 lines
687 B
C
28 lines
687 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_capture(void);
|
|
extern void func_joystick(void);
|
|
extern void func_mci(void);
|
|
extern void func_mcicda(void);
|
|
extern void func_midi(void);
|
|
extern void func_mixer(void);
|
|
extern void func_mmio(void);
|
|
extern void func_timer(void);
|
|
extern void func_wave(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "capture", func_capture },
|
|
{ "joystick", func_joystick },
|
|
{ "mci", func_mci },
|
|
{ "mcicda", func_mcicda },
|
|
{ "midi", func_midi },
|
|
{ "mixer", func_mixer },
|
|
{ "mmio", func_mmio },
|
|
{ "timer", func_timer },
|
|
{ "wave", func_wave },
|
|
{ 0, 0 }
|
|
};
|