Fixed a warning.

This commit is contained in:
Alexandre Julliard 2004-04-13 00:19:58 +00:00
parent ae07d8e834
commit 286fe0af18
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ BOOL HTTP_InsertProxyAuthorization( LPWININETHTTPREQW lpwhr,
'P','r','o','x','y','-','A','u','t','h','o','r','i','z','a','t','i','o','n',0 };
hdr.lpszValue = HTTP_EncodeBasicAuth( username, password );
hdr.lpszField = szProxyAuthorization;
hdr.lpszField = (WCHAR *)szProxyAuthorization;
hdr.wFlags = HDR_ISREQUEST;
hdr.wCount = 0;
if( !hdr.lpszValue )