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