reactos/rostests/winetests/psapi/testlist.c
Aleksey Bragin 33c6673cfb Move and reshuffle reactos/regtetsts into rostests. 1/2
svn path=/trunk/; revision=26014
2007-03-06 11:59:18 +00:00

16 lines
277 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_psapi_main(void);
const struct test winetest_testlist[] =
{
{ "psapi_main", func_psapi_main },
{ 0, 0 }
};