mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
14c14451f5
Sync msi_winetest.exe with Wine head svn path=/trunk/; revision=55047
35 lines
882 B
C
35 lines
882 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <windows.h>
|
|
|
|
#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 }
|
|
};
|