mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
b29bfab7a1
* Import from Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60477
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 }
|
|
};
|