1 #define __ROS_LONG64__ 2 3 #define STANDALONE 4 #include <wine/test.h> 5 6 extern void func_sw_extensions(void); 7 extern void func_sw_pixelformat(void); 8 9 const struct test winetest_testlist[] = 10 { 11 { "sw_extensions", func_sw_extensions }, 12 { "sw_pixelformat", func_sw_pixelformat }, 13 14 { 0, 0 } 15 }; 16