reactos/rostests/apitests/powrprof/testlist.c
Amine Khaldi c71475e3bb * Addendum to r58214.
svn path=/trunk/; revision=58290
2013-02-05 17:54:22 +00:00

26 lines
426 B
C

/* Automatically generated file; DO NOT EDIT!! */
/* stdarg.h is needed for Winelib */
//#include <stdarg.h>
//#include <stdio.h>
//#include <stdlib.h>
//#include "windef.h"
//#include "winbase.h"
struct test
{
const char *name;
void (*func)(void);
};
extern void func_power(void);
const struct test winetest_testlist[] =
{
{ "power", func_power },
{ 0, 0 }
};
#define WINETEST_WANT_MAIN
#include <wine/test.h>