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