user32/tests: Fix compilation with gcc 2.95.

This commit is contained in:
Francois Gouget 2007-05-20 12:10:53 +02:00 committed by Alexandre Julliard
parent d476313a49
commit a3c0d9a643
1 changed files with 1 additions and 1 deletions

View File

@ -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 */