reactos/rostests/winetests/atl100/testlist.c
Amine Khaldi 70566203be [ATL100_WINETEST]
* Import from Wine 1.7.1.

svn path=/trunk/; revision=60088
2013-09-13 22:51:58 +00:00

13 lines
206 B
C

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