Commit f3790542 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

user32: Avoid signed-unsigned integer comparisons.

parent 78b579df
......@@ -4701,7 +4701,7 @@ static inline void set_menu_item_text( MENUITEM *menu, LPCWSTR text, BOOL unicod
*/
static int MENU_depth( POPUPMENU *pmenu, int depth)
{
int i;
UINT i;
MENUITEM *item;
int subdepth;
......
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