wininet: Don't use INTERNET_SetLastError in HttpSendRequestA.

This commit is contained in:
Jacek Caban 2009-12-21 13:58:18 +01:00 committed by Alexandre Julliard
parent 88ac3a381b
commit e1958a67d6
1 changed files with 1 additions and 1 deletions

View File

@ -3770,7 +3770,7 @@ BOOL WINAPI HttpEndRequestA(HINTERNET hRequest,
if (lpBuffersOut)
{
INTERNET_SetLastError(ERROR_INVALID_PARAMETER);
SetLastError(ERROR_INVALID_PARAMETER);
return FALSE;
}