mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[USER32]
* Fix some signed/unsigned mismatches. Brought to you by Victor Martinez. CORE-7150 #resolve svn path=/trunk/; revision=58977
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user