reactos/rostests/winetests/msvfw32/testlist.c
Amine Khaldi 03236f55bb [MSVFW32_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60337
2013-09-23 11:36:35 +00:00

13 lines
212 B
C

/* 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 }
};