Commit bd6bc3dd authored by Marko Nikolic's avatar Marko Nikolic Committed by Alexandre Julliard

appwiz.cpl: Removed sign comparison warning.

parent dc18401f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment