mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
27a2254546
update mshtml winetest to wine 1.1.36 svn path=/trunk/; revision=45136
28 lines
643 B
C
28 lines
643 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_dom(void);
|
|
extern void func_events(void);
|
|
extern void func_htmldoc(void);
|
|
extern void func_htmllocation(void);
|
|
extern void func_misc(void);
|
|
extern void func_protocol(void);
|
|
extern void func_script(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "dom", func_dom },
|
|
{ "events", func_events },
|
|
{ "htmldoc", func_htmldoc },
|
|
{ "htmllocation", func_htmllocation },
|
|
{ "misc", func_misc },
|
|
{ "protocol", func_protocol },
|
|
{ "script", func_script },
|
|
{ 0, 0 }
|
|
};
|