reactos/modules/rostests/winetests/ntdll/testlist.c
Timo Kreuzer 699041b221 [NTDLL_WINETEST] Unhack exception test and include it in x64
This removes the use of a precompiled header, as it causes problems with different usages of NONAMELESSUNION, which had to be hacked already, but this is still causing problems with GCC x64. It's just not worth the hassle to keep reactos specific hacks to save a few ms of compile time.
2021-07-10 18:41:12 +02:00

55 lines
1.4 KiB
C

/* Automatically generated file; DO NOT EDIT!! */
#define STANDALONE
#include <wine/test.h>
extern void func_atom(void);
extern void func_change(void);
extern void func_directory(void);
extern void func_env(void);
extern void func_error(void);
extern void func_exception(void);
extern void func_file(void);
extern void func_generated(void);
extern void func_info(void);
extern void func_large_int(void);
extern void func_om(void);
extern void func_path(void);
extern void func_pipe(void);
extern void func_port(void);
extern void func_process(void);
extern void func_reg(void);
extern void func_rtl(void);
extern void func_rtlbitmap(void);
extern void func_rtlstr(void);
extern void func_string(void);
extern void func_time(void);
const struct test winetest_testlist[] =
{
{ "atom", func_atom },
{ "change", func_change },
{ "directory", func_directory },
{ "env", func_env },
{ "error", func_error },
{ "exception", func_exception },
{ "file", func_file },
#ifdef _M_IX86
{ "generated", func_generated },
#endif
{ "info", func_info },
{ "large_int", func_large_int },
{ "om", func_om },
{ "path", func_path },
{ "pipe", func_pipe },
{ "port", func_port },
{ "process", func_process },
{ "reg", func_reg },
{ "rtl", func_rtl },
{ "rtlbitmap", func_rtlbitmap },
{ "rtlstr", func_rtlstr },
{ "string", func_string },
{ "time", func_time },
{ 0, 0 }
};