mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
7d081ffd6c
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60308
33 lines
832 B
C
33 lines
832 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_action(void);
|
|
extern void func_automation(void);
|
|
extern void func_db(void);
|
|
extern void func_format(void);
|
|
extern void func_install(void);
|
|
extern void func_msi(void);
|
|
extern void func_package(void);
|
|
extern void func_patch(void);
|
|
extern void func_record(void);
|
|
extern void func_source(void);
|
|
extern void func_suminfo(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "action", func_action },
|
|
{ "automation", func_automation },
|
|
{ "db", func_db },
|
|
{ "format", func_format },
|
|
{ "install", func_install },
|
|
{ "msi", func_msi },
|
|
{ "package", func_package },
|
|
{ "patch", func_patch },
|
|
{ "record", func_record },
|
|
{ "source", func_source },
|
|
{ "suminfo", func_suminfo },
|
|
{ 0, 0 }
|
|
};
|