[COMCTL32_APITEST] -Add tests for CCM_GETVERSION and CCM_SETVERSION for the v5 and...
[reactos.git] / rostests / apitests / comctl32 / testlist.c
1 #define STANDALONE
2 #include <apitest.h>
3
4 extern void func_button(void);
5 extern void func_toolbar(void);
6
7 const struct test winetest_testlist[] =
8 {
9 { "buttonv6", func_button },
10 { "toolbarv6", func_toolbar },
11 { 0, 0 }
12 };