reactos/modules/rostests/winetests/ws2_32/testlist.c

15 lines
277 B
C

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