reactos/rostests/winetests/msvfw32/testlist.c
Dmitry Chapyshev 3fa4b5dde4 - Add winetests for msctf, msvfw32, ntdsapi, ntprint, oleacc
svn path=/trunk/; revision=39791
2009-02-27 16:45:02 +00:00

16 lines
262 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_msvfw(void);
const struct test winetest_testlist[] =
{
{ "msvfw", func_msvfw },
{ 0, 0 }
};