* Fix some signed/unsigned mismatches. Brought to you by Victor Martinez.
CORE-7150 #resolve

svn path=/trunk/; revision=58977
This commit is contained in:
Amine Khaldi
2013-05-09 20:09:31 +00:00
parent bce782c971
commit 1b4861392f
+2 -2
View File
@@ -2641,7 +2641,7 @@ MenuButtonDown(MTRACKER* Mt, HMENU PtMenu, UINT Flags)
static INT FASTCALL
MenuButtonUp(MTRACKER *Mt, HMENU PtMenu, UINT Flags)
{
UINT Id;
INT Id;
ROSMENUINFO MenuInfo;
ROSMENUITEMINFO ItemInfo;
@@ -2754,7 +2754,7 @@ MenuPtMenu(HMENU Menu, POINT Pt)
static BOOL FASTCALL
MenuMouseMove(MTRACKER *Mt, HMENU PtMenu, UINT Flags)
{
UINT Index;
INT Index;
ROSMENUINFO MenuInfo;
ROSMENUITEMINFO ItemInfo;