reactos/rostests/winetests/mapi32/testlist.c
The Wine Synchronizer 83c857dfd3 Autosyncing with Wine HEAD
svn path=/trunk/; revision=30896
2007-11-29 12:54:54 +00:00

20 lines
380 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_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 }
};