1 #define __ROS_LONG64__
2 
3 #define STANDALONE
4 #include <apitest.h>
5 
6 extern void func_CommandLine(void);
7 extern void func_ieee(void);
8 extern void func_popen(void);
9 extern void func_splitpath(void);
10 
11 const struct test winetest_testlist[] =
12 {
13     { "CommandLine", func_CommandLine },
14     { "ieee", func_ieee },
15     { "popen", func_popen },
16     { "splitpath", func_splitpath },
17 
18     { 0, 0 }
19 };
20