mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
17 lines
342 B
C
17 lines
342 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_editor(void);
|
|
extern void func_richole(void);
|
|
extern void func_txtsrv(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "editor", func_editor },
|
|
{ "richole", func_richole },
|
|
{ "txtsrv", func_txtsrv },
|
|
{ 0, 0 }
|
|
};
|