reactos/rostests/winetests/wldap32/testlist.c
Amine Khaldi 20155d15aa [WLDAP32_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60433
2013-09-28 15:31:01 +00:00

13 lines
212 B
C

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