mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
43eb75a9e4
svn path=/trunk/; revision=39390
23 lines
511 B
C
23 lines
511 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_intshcut(void);
|
|
extern void func_shdocvw(void);
|
|
extern void func_shortcut(void);
|
|
extern void func_protocol(void);
|
|
extern void func_webbrowser(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "intshcut", func_intshcut },
|
|
{ "shdocvw", func_shdocvw },
|
|
{ "shortcut", func_shortcut },
|
|
{ "webbrowser", func_webbrowser },
|
|
{ 0, 0 }
|
|
};
|