wininet: Don't use INTERNET_SetLastError in HttpSendRequestA.
This commit is contained in:
parent
88ac3a381b
commit
e1958a67d6
|
@ -3770,7 +3770,7 @@ BOOL WINAPI HttpEndRequestA(HINTERNET hRequest,
|
|||
|
||||
if (lpBuffersOut)
|
||||
{
|
||||
INTERNET_SetLastError(ERROR_INVALID_PARAMETER);
|
||||
SetLastError(ERROR_INVALID_PARAMETER);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue