[COMCTL32_APITEST} -Add some more tests and fix build.
[reactos.git] / rostests / apitests / comctl32 / testlist.c
1 #define STANDALONE
2 #include <apitest.h>
3
4 extern void func_button(void);
5
6 const struct test winetest_testlist[] =
7 {
8 { "buttonv6", func_button },
9 { 0, 0 }
10 };