reactos/modules/rostests/winetests/mpr/testlist.c

13 lines
206 B
C

/* Automatically generated file; DO NOT EDIT!! */
#define STANDALONE
#include <wine/test.h>
extern void func_mpr(void);
const struct test winetest_testlist[] =
{
{ "mpr", func_mpr },
{ 0, 0 }
};