mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
27a7122a84
* Sync with Wine 1.5.26. svn path=/trunk/; revision=58664
18 lines
398 B
C
18 lines
398 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_activex(void);
|
|
extern void func_caller(void);
|
|
extern void func_jscript(void);
|
|
extern void func_run(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "activex", func_activex },
|
|
{ "caller", func_caller },
|
|
{ "jscript", func_jscript },
|
|
{ "run", func_run },
|
|
{ 0, 0 }
|
|
};
|