[IPHLPAPI]
[reactos.git] / rostests / apitests / iphlpapi / testlist.c
1 #define __ROS_LONG64__
2
3 #define STANDALONE
4 #include <apitest.h>
5
6 extern void func_icmp(void);
7 extern void func_SendARP(void);
8
9 const struct test winetest_testlist[] =
10 {
11 { "icmp", func_icmp },
12 { "SendARP", func_SendARP },
13
14 { 0, 0 }
15 };
16