appwiz.cpl: Removed sign comparison warning.

This commit is contained in:
Marko Nikolic 2010-08-20 18:04:55 +02:00 committed by Alexandre Julliard
parent dc18401f85
commit bd6bc3dd04
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ static void UpdateButtons(HWND hWnd)
{
APPINFO *iter;
LVITEMW lvItem;
DWORD selitem = SendDlgItemMessageW(hWnd, IDL_PROGRAMS, LVM_GETNEXTITEM, -1,
LRESULT selitem = SendDlgItemMessageW(hWnd, IDL_PROGRAMS, LVM_GETNEXTITEM, -1,
LVNI_FOCUSED | LVNI_SELECTED);
BOOL enable_modify = FALSE;