[COMCTL32] -Differentiate between v5 and v6 toolbar and make their CCM_SETVERSION...
[reactos.git] / rostests / regtests / bugs / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #define WIN32_LEAN_AND_MEAN
4 #define __ROS_LONG64__
5 #include <windows.h>
6
7 #define STANDALONE
8 #include "wine/test.h"
9
10 extern void func_bug3481(void);
11
12 const struct test winetest_testlist[] =
13 {
14 { "bug3481", func_bug3481 },
15 { 0, 0 }
16 };
17