[THEMES]
[reactos.git] / rostests / apitests / ws2_32 / testlist.c
1 #define __ROS_LONG64__
2
3 #define STANDALONE
4 #include <apitest.h>
5
6 extern void func_getaddrinfo(void);
7 extern void func_ioctlsocket(void);
8 extern void func_recv(void);
9 extern void func_WSAStartup(void);
10
11 const struct test winetest_testlist[] =
12 {
13 { "getaddrinfo", func_getaddrinfo },
14 { "ioctlsocket", func_ioctlsocket },
15 { "recv", func_recv },
16 { "WSAStartup", func_WSAStartup },
17
18 { 0, 0 }
19 };
20