Commit a3c0d9a6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

user32/tests: Fix compilation with gcc 2.95.

parent d476313a
...@@ -1991,7 +1991,7 @@ static void test_menu_resource_layout(void) ...@@ -1991,7 +1991,7 @@ static void test_menu_resource_layout(void)
static const struct static const struct
{ {
MENUITEMTEMPLATEHEADER mith; MENUITEMTEMPLATEHEADER mith;
WORD data[]; WORD data[14];
} menu_template = } menu_template =
{ {
{ 0, 0 }, /* versionNumber, offset */ { 0, 0 }, /* versionNumber, offset */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment