mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
f46ef6afa2
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60268
17 lines
330 B
C
17 lines
330 B
C
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_imalloc(void);
|
|
extern void func_prop(void);
|
|
extern void func_util(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "imalloc", func_imalloc },
|
|
{ "prop", func_prop },
|
|
{ "util", func_util },
|
|
{ 0, 0 }
|
|
};
|