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