appwiz.cpl: Sign-compare warning fix.
This commit is contained in:
parent
ba36068c92
commit
0fb6e30838
|
@ -507,7 +507,7 @@ static BOOL AddListViewColumns(HWND hWnd)
|
|||
{
|
||||
WCHAR buf[MAX_STRING_LEN];
|
||||
LVCOLUMNW lvc;
|
||||
int i;
|
||||
UINT i;
|
||||
|
||||
lvc.mask = LVCF_FMT | LVCF_TEXT | LVCF_SUBITEM | LVCF_WIDTH;
|
||||
|
||||
|
|
Loading…
Reference in New Issue