mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
399aba1723
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60370
16 lines
342 B
C
16 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 }
|
|
};
|