mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
83c857dfd3
svn path=/trunk/; revision=30896
24 lines
504 B
C
24 lines
504 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_ftp(void);
|
|
extern void func_generated(void);
|
|
extern void func_http(void);
|
|
extern void func_internet(void);
|
|
extern void func_url(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "ftp", func_ftp },
|
|
{ "generated", func_generated },
|
|
{ "http", func_http },
|
|
{ "internet", func_internet },
|
|
{ "url", func_url },
|
|
{ 0, 0 }
|
|
};
|