1 #define __ROS_LONG64__ 2 3 #define STANDALONE 4 #include <apitest.h> 5 6 extern void func_browseui(void); 7 extern void func_ieframe(void); 8 extern void func_interfaces(void); 9 extern void func_netcfgx(void); 10 extern void func_netshell(void); 11 extern void func_ole32(void); 12 extern void func_shdocvw(void); 13 extern void func_shell32(void); 14 extern void func_zipfldr(void); 15 16 const struct test winetest_testlist[] = 17 { 18 { "browseui", func_browseui }, 19 { "ieframe", func_ieframe }, 20 { "interfaces", func_interfaces }, 21 { "netcfgx", func_netcfgx }, 22 { "netshell", func_netshell }, 23 { "ole32", func_ole32 }, 24 { "shdocvw", func_shdocvw }, 25 { "shell32", func_shell32 }, 26 { "zipfldr", func_zipfldr }, 27 28 { 0, 0 } 29 }; 30