mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
16 lines
277 B
C
16 lines
277 B
C
#define __ROS_LONG64__
|
|
|
|
#define STANDALONE
|
|
#include <apitest.h>
|
|
|
|
extern void func_InterfaceInfo(void);
|
|
extern void func_tcp_info(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "InterfaceInfo", func_InterfaceInfo },
|
|
{ "tcp_info", func_tcp_info },
|
|
|
|
{ 0, 0 }
|
|
};
|
|
|