1 /* Automatically generated file; DO NOT EDIT!! */ 2 3 #define STANDALONE 4 #include <wine/test.h> 5 6 extern void func_clist(void); 7 extern void func_clsid(void); 8 extern void func_generated(void); 9 extern void func_istream(void); 10 extern void func_ordinal(void); 11 extern void func_path(void); 12 extern void func_shreg(void); 13 extern void func_string(void); 14 extern void func_thread(void); 15 extern void func_url(void); 16 17 const struct test winetest_testlist[] = 18 { 19 { "clist", func_clist }, 20 { "clsid", func_clsid }, 21 { "generated", func_generated }, 22 { "istream", func_istream }, 23 { "ordinal", func_ordinal }, 24 { "path", func_path }, 25 { "shreg", func_shreg }, 26 { "string", func_string }, 27 { "thread", func_thread }, 28 { "url", func_url }, 29 { 0, 0 } 30 }; 31