reactos/rostests/winetests/ws2_32/testlist.c
Amine Khaldi e81e634203 [WS2_32_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=61243
2013-12-07 20:26:32 +00:00

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 }
};