Commit 0fb6e308 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

appwiz.cpl: Sign-compare warning fix.

parent ba36068c
......@@ -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;
......
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