reactos/rostests/winetests/msvfw32/testlist.c

13 lines
212 B
C
Raw Normal View History

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