wininet: Fix type of a loop variable in HTTP_BuildHeaderRequestStr().
This commit is contained in:
parent
5426cd6317
commit
3f1a20b8b1
|
@ -262,7 +262,7 @@ static LPWSTR HTTP_BuildHeaderRequestString( LPWININETHTTPREQW lpwhr, LPCWSTR ve
|
|||
LPWSTR requestString;
|
||||
DWORD len, n;
|
||||
LPCWSTR *req;
|
||||
INT i;
|
||||
UINT i;
|
||||
LPWSTR p;
|
||||
|
||||
static const WCHAR szSpace[] = { ' ',0 };
|
||||
|
|
Loading…
Reference in New Issue