mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
f2c550a04f
* Sync with Wine 1.5.26. svn path=/trunk/; revision=58601
31 lines
764 B
C
Executable file
31 lines
764 B
C
Executable file
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_clist(void);
|
|
extern void func_clsid(void);
|
|
extern void func_generated(void);
|
|
extern void func_istream(void);
|
|
extern void func_ordinal(void);
|
|
extern void func_path(void);
|
|
extern void func_shreg(void);
|
|
extern void func_string(void);
|
|
extern void func_thread(void);
|
|
extern void func_url(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "clist", func_clist },
|
|
{ "clsid", func_clsid },
|
|
{ "generated", func_generated },
|
|
{ "istream", func_istream },
|
|
{ "ordinal", func_ordinal },
|
|
{ "path", func_path },
|
|
{ "shreg", func_shreg },
|
|
{ "string", func_string },
|
|
{ "thread", func_thread },
|
|
{ "url", func_url },
|
|
{ 0, 0 }
|
|
};
|