reactos/rostests/apitests/powrprof/testlist.c
Hermès Bélusca-Maïto fe6644f895 [APITESTS]
- No need now to declare a NTSTATUS ExceptionStatus; variable to be able to use StartSeh() / EndSeh() macros; this is done automagically.
- Use explicitely unicode macros where it's needed.

svn path=/trunk/; revision=60319
2013-09-22 19:07:35 +00:00

13 lines
183 B
C

#define __ROS_LONG64__
#define STANDALONE
#include <apitest.h>
extern void func_power(void);
const struct test winetest_testlist[] =
{
{ "power", func_power },
{ 0, 0 }
};