1 /* Automatically generated file; DO NOT EDIT!! */ 2 3 #define STANDALONE 4 #include <wine/test.h> 5 6 extern void func_GetDisplayNameOf(void); 7 extern void func_shellext(void); 8 9 const struct test winetest_testlist[] = 10 { 11 { "GetDisplayNameOf", func_GetDisplayNameOf }, 12 { "shellext", func_shellext }, 13 { 0, 0 } 14 }; 15