wininet: Quiet a fixme.

This commit is contained in:
Juan Lang 2009-10-02 08:34:39 -07:00 committed by Alexandre Julliard
parent 05a7e3d386
commit b214fc62f1
1 changed files with 2 additions and 0 deletions

View File

@ -2162,6 +2162,8 @@ DWORD INET_QueryOption(DWORD option, void *buffer, DWORD *size, BOOL unicode)
return res;
}
case INTERNET_OPTION_USER_AGENT:
return ERROR_INTERNET_INCORRECT_HANDLE_TYPE;
}
FIXME("Stub for %d\n", option);