reactos/rostests/winetests/ws2_32/testlist.c
Christoph von Wittich 8845107b6e add ws2_32 winetest from wine 1.1.11
svn path=/trunk/; revision=38464
2008-12-30 09:04:22 +00:00

18 lines
327 B
C

/* Automatically generated file; DO NOT EDIT!! */
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#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 }
};