mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
aaa2bdfbce
* Sync with Wine 1.5.26. svn path=/trunk/; revision=58580
24 lines
611 B
C
24 lines
611 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_domdoc(void);
|
|
extern void func_httpreq(void);
|
|
extern void func_saxreader(void);
|
|
extern void func_schema(void);
|
|
extern void func_xmldoc(void);
|
|
extern void func_xmlparser(void);
|
|
extern void func_xmlview(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "domdoc", func_domdoc },
|
|
{ "httpreq", func_httpreq },
|
|
{ "saxreader", func_saxreader },
|
|
{ "schema", func_schema },
|
|
{ "xmldoc", func_xmldoc },
|
|
{ "xmlparser", func_xmlparser },
|
|
{ "xmlview", func_xmlview },
|
|
{ 0, 0 }
|
|
};
|