mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
21 lines
496 B
C
21 lines
496 B
C
|
/* Automatically generated file; DO NOT EDIT!! */
|
||
|
|
||
|
#define STANDALONE
|
||
|
#include <wine/test.h>
|
||
|
|
||
|
extern void func_capture(void);
|
||
|
extern void func_dependency(void);
|
||
|
extern void func_mmdevenum(void);
|
||
|
extern void func_propstore(void);
|
||
|
extern void func_render(void);
|
||
|
|
||
|
const struct test winetest_testlist[] =
|
||
|
{
|
||
|
{ "capture", func_capture },
|
||
|
{ "dependency", func_dependency },
|
||
|
{ "mmdevenum", func_mmdevenum },
|
||
|
{ "propstore", func_propstore },
|
||
|
{ "render", func_render },
|
||
|
{ 0, 0 }
|
||
|
};
|