mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +00:00
17 lines
321 B
C
17 lines
321 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_cache(void);
|
|
extern void func_name(void);
|
|
extern void func_sxs(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "cache", func_cache },
|
|
{ "name", func_name },
|
|
{ "sxs", func_sxs },
|
|
{ 0, 0 }
|
|
};
|