reactos/rostests/winetests/amstream/testlist.c
Daniel Reimer 1a0a71b131 Add amstream, atl and avifil32 winetests.
Sync opengl32, powrprof and fix quartz's testlist

svn path=/trunk/; revision=47956
2010-07-06 09:44:43 +00:00

16 lines
271 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_amstream(void);
const struct test winetest_testlist[] =
{
{ "amstream", func_amstream },
{ 0, 0 }
};