mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
15 lines
277 B
C
15 lines
277 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_domdoc(void);
|
|
extern void func_schema(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "domdoc", func_domdoc },
|
|
{ "schema", func_schema },
|
|
{ 0, 0 }
|
|
};
|