mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
user32: Avoid signed-unsigned integer comparisons.
This commit is contained in:
parent
78b579dff2
commit
f3790542d5
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user