mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
17 lines
345 B
C
17 lines
345 B
C
|
/* Automatically generated file; DO NOT EDIT!! */
|
||
|
|
||
|
#define STANDALONE
|
||
|
#include <wine/test.h>
|
||
|
|
||
|
extern void func_createobj(void);
|
||
|
extern void func_run(void);
|
||
|
extern void func_vbscript(void);
|
||
|
|
||
|
const struct test winetest_testlist[] =
|
||
|
{
|
||
|
{ "createobj", func_createobj },
|
||
|
{ "run", func_run },
|
||
|
{ "vbscript", func_vbscript },
|
||
|
{ 0, 0 }
|
||
|
};
|