mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
9e7f030eeb
* Sync to Wine 1.5.4. I excluded devinst tests from the sync until bug #7077 is fixed. svn path=/trunk/; revision=56628
31 lines
794 B
C
31 lines
794 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_devclass(void);
|
|
extern void func_devinst(void);
|
|
extern void func_diskspace(void);
|
|
extern void func_install(void);
|
|
extern void func_misc(void);
|
|
extern void func_parser(void);
|
|
extern void func_query(void);
|
|
extern void func_setupcab(void);
|
|
extern void func_stringtable(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "devclass", func_devclass },
|
|
{ "devinst", func_devinst },
|
|
{ "diskspace", func_diskspace },
|
|
{ "install", func_install },
|
|
{ "misc", func_misc },
|
|
{ "parser", func_parser },
|
|
{ "query", func_query },
|
|
{ "setupcab", func_setupcab },
|
|
{ "stringtable", func_stringtable },
|
|
{ 0, 0 }
|
|
};
|