1 #define STANDALONE 2 #include <apitest.h> 3 4 extern void func_button(void); 5 extern void func_propsheet(void); 6 extern void func_toolbar(void); 7 8 const struct test winetest_testlist[] = 9 { 10 { "buttonv6", func_button }, 11 { "propsheetv6", func_propsheet }, 12 { "toolbarv6", func_toolbar }, 13 { 0, 0 } 14 }; 15