[IPHLPAPI_APITEST]
[reactos.git] / rostests / apitests / pefile / testlist.c
1 #define __ROS_LONG64__
2
3 #define STANDALONE
4 #include <wine/test.h>
5
6 extern void func_ntoskrnl_SectionFlags(void);
7
8 const struct test winetest_testlist[] =
9 {
10 { "ntoskrnl_SectionFlags", func_ntoskrnl_SectionFlags },
11
12 { 0, 0 }
13 };
14