mirror of
https://github.com/reactos/reactos.git
synced 2024-10-29 19:13:58 +00:00
5d086596ff
svn path=/trunk/; revision=71447
17 lines
336 B
C
17 lines
336 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_apphelp(void);
|
|
extern void func_db(void);
|
|
extern void func_layerapi(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "apphelp", func_apphelp },
|
|
{ "db", func_db },
|
|
{ "layerapi", func_layerapi },
|
|
{ 0, 0 }
|
|
};
|