mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
273ff27b45
svn path=/trunk/; revision=47941
28 lines
631 B
C
28 lines
631 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_generated(void);
|
|
extern void func_misc(void);
|
|
extern void func_protocol(void);
|
|
extern void func_sec_mgr(void);
|
|
extern void func_stream(void);
|
|
extern void func_uri(void);
|
|
extern void func_url(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "generated", func_generated },
|
|
{ "misc", func_misc },
|
|
{ "protocol", func_protocol },
|
|
{ "sec_mgr", func_sec_mgr },
|
|
{ "stream", func_stream },
|
|
{ "uri", func_uri },
|
|
{ "url", func_url },
|
|
{ 0, 0 }
|
|
};
|