reactos/rostests/winetests/regedit/testlist.c
Amine Khaldi 8e1cd45dae [REGEDIT_WINETEST]: Import from Wine 1.5.19.
svn path=/trunk/; revision=57839
2012-12-09 13:02:24 +00:00

16 lines
268 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_regedit(void);
const struct test winetest_testlist[] =
{
{ "regedit", func_regedit },
{ 0, 0 }
};