mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
c6cd8c67b4
- Disable test_codepage, since it causes internal GCC error during compiling. svn path=/trunk/; revision=30119
35 lines
846 B
C
35 lines
846 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_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_printf(void);
|
|
extern void func_scanf(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 },
|
|
{ "printf", func_printf },
|
|
{ "scanf", func_scanf },
|
|
{ "string", func_string },
|
|
{ "time", func_time },
|
|
{ 0, 0 }
|
|
};
|