user32/tests: Fix compilation with gcc 2.95.
This commit is contained in:
parent
d476313a49
commit
a3c0d9a643
|
@ -1991,7 +1991,7 @@ static void test_menu_resource_layout(void)
|
|||
static const struct
|
||||
{
|
||||
MENUITEMTEMPLATEHEADER mith;
|
||||
WORD data[];
|
||||
WORD data[14];
|
||||
} menu_template =
|
||||
{
|
||||
{ 0, 0 }, /* versionNumber, offset */
|
||||
|
|
Loading…
Reference in New Issue