mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
30 lines
839 B
C
30 lines
839 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_dispatch(void);
|
|
extern void func_olefont(void);
|
|
extern void func_olepicture(void);
|
|
extern void func_safearray(void);
|
|
extern void func_tmarshal(void);
|
|
extern void func_typelib(void);
|
|
extern void func_usrmarshal(void);
|
|
extern void func_varformat(void);
|
|
extern void func_vartest(void);
|
|
extern void func_vartype(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "dispatch", func_dispatch },
|
|
{ "olefont", func_olefont },
|
|
{ "olepicture", func_olepicture },
|
|
{ "safearray", func_safearray },
|
|
{ "tmarshal", func_tmarshal },
|
|
{ "typelib", func_typelib },
|
|
{ "usrmarshal", func_usrmarshal },
|
|
{ "varformat", func_varformat },
|
|
{ "vartest", func_vartest },
|
|
{ "vartype", func_vartype },
|
|
{ 0, 0 }
|
|
};
|