mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
added a cast to silence a compiler warning
svn path=/trunk/; revision=7468
This commit is contained in:
@@ -766,7 +766,7 @@ inline int ListView_FindItemPara(HWND list_ctrl, LPARAM param)
|
||||
fi.flags = LVFI_PARAM;
|
||||
fi.lParam = param;
|
||||
|
||||
return ListView_FindItem(list_ctrl, -1, &fi);
|
||||
return ListView_FindItem(list_ctrl, (unsigned)-1, &fi);
|
||||
}
|
||||
|
||||
inline int ListView_GetFocusedItem(HWND list_ctrl)
|
||||
|
||||
Reference in New Issue
Block a user