mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
6937da105c
* Sync with Wine 1.7.17. CORE-8080 svn path=/trunk/; revision=62836
38 lines
976 B
C
38 lines
976 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_cpp(void);
|
|
extern void func_data(void);
|
|
extern void func_dir(void);
|
|
extern void func_environ(void);
|
|
extern void func_file(void);
|
|
extern void func_headers(void);
|
|
extern void func_heap(void);
|
|
extern void func_locale(void);
|
|
extern void func_misc(void);
|
|
extern void func_printf(void);
|
|
extern void func_scanf(void);
|
|
extern void func_signal(void);
|
|
extern void func_string(void);
|
|
extern void func_time(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "cpp", func_cpp },
|
|
{ "data", func_data },
|
|
{ "dir", func_dir },
|
|
{ "environ", func_environ },
|
|
{ "file", func_file },
|
|
{ "headers", func_headers },
|
|
{ "heap", func_heap },
|
|
{ "locale", func_locale },
|
|
{ "misc", func_misc },
|
|
{ "printf", func_printf },
|
|
{ "scanf", func_scanf },
|
|
{ "signal", func_signal },
|
|
{ "string", func_string },
|
|
{ "time", func_time },
|
|
{ 0, 0 }
|
|
};
|