935386382389bcb0aba8643e4062f8a02cc3b378
[reactos.git] / rostests / drivers / tcpip / testlist.c
1 #define __ROS_LONG64__
2
3 #define STANDALONE
4 #include <apitest.h>
5
6 extern void func_InterfaceInfo(void);
7
8 const struct test winetest_testlist[] =
9 {
10 { "InterfaceInfo", func_InterfaceInfo },
11
12 { 0, 0 }
13 };
14