Commit bc745fa4 authored by EA Durbin's avatar EA Durbin Committed by Alexandre Julliard

wininet: Return true for case INTERNET_OPTION_SECURITY_FLAGS.

parent 7ad36eab
......@@ -2244,6 +2244,7 @@ static BOOL INET_QueryOptionHelper(BOOL bIsUnicode, HINTERNET hInternet, DWORD d
}
case INTERNET_OPTION_SECURITY_FLAGS:
FIXME("INTERNET_OPTION_SECURITY_FLAGS: Stub\n");
bSuccess = TRUE;
break;
case INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT:
......
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