reactos/rostests/winetests/netcfgx/testlist.c
Amine Khaldi 5aca1de518 [NETCFGX_WINETEST] Import from Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=70299
2015-12-08 11:18:34 +00:00

13 lines
228 B
C

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