taskmgr: Fix some gcc 4.1 warnings.

This commit is contained in:
Mike McCormack 2006-03-17 18:37:00 +09:00 committed by Alexandre Julliard
parent 83b94fc804
commit 33bf2e581a
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ void ProcessPage_OnDebug(void)
lvitem.stateMask = LVIS_SELECTED;
lvitem.iItem = Index;
ListView_GetItem(hProcessPageListCtrl, &lvitem);
SendMessage(hProcessPageListCtrl, LVM_GETITEM, 0, (LPARAM) &lvitem);
if (lvitem.state & LVIS_SELECTED)
break;