Commit b214fc62 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

wininet: Quiet a fixme.

parent 05a7e3d3
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment