Commit 6aa6fc8a authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

user32/tests: GetMenuItemCount returns an INT which can be -1 (Coverity 543).

parent 52b2b5b7
......@@ -2148,7 +2148,7 @@ static void test_menu_resource_layout(void)
{ MF_SEPARATOR, MF_GRAYED|MF_DISABLED, 8, "" }
};
HMENU hmenu;
UINT count, i;
INT count, i;
BOOL ret;
hmenu = LoadMenuIndirect(&menu_template);
......
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