wininet: Return true for case INTERNET_OPTION_SECURITY_FLAGS.
This commit is contained in:
parent
7ad36eabfc
commit
bc745fa4c4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue