mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
b17882ecd8
- Update tests to Wine head (as of 11th of May, 2008). svn path=/trunk/; revision=33464
26 lines
572 B
C
26 lines
572 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);
|
|
extern void func_urlcache(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "ftp", func_ftp },
|
|
{ "generated", func_generated },
|
|
{ "http", func_http },
|
|
{ "internet", func_internet },
|
|
{ "url", func_url },
|
|
{ "urlcache", func_urlcache },
|
|
{ 0, 0 }
|
|
};
|