Files
reactos/modules/rostests/winetests/hnetcfg/testlist.c
2018-01-19 00:31:47 +01:00

13 lines
215 B
C

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