[COMCTL32_APITEST] -Add tests for CCM_GETVERSION and CCM_SETVERSION for the v5 and...
[reactos.git] / rostests / apitests / comctl32 / testlist.c
index 0ccf487..a1d535d 100644 (file)
@@ -2,9 +2,11 @@
 #include <apitest.h>
 
 extern void func_button(void);
+extern void func_toolbar(void);
 
 const struct test winetest_testlist[] =
 {
     { "buttonv6", func_button },
+    { "toolbarv6", func_toolbar },
     { 0, 0 }
 };