reactos/rostests/winetests/atl80/testlist.c
Amine Khaldi 6c5cf5c286 [ATL80_WINETEST]
* Import from Wine 1.7.1.

svn path=/trunk/; revision=60108
2013-09-14 17:43:11 +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 }
};