mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
8726317ef7
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60414
14 lines
268 B
C
14 lines
268 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_cache(void);
|
|
extern void func_name(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "cache", func_cache },
|
|
{ "name", func_name },
|
|
{ 0, 0 }
|
|
};
|