commit | 0133683c46bea6f1d22dbb4c66b8d95442abd6ee | [log] [tgz] |
---|---|---|
author | Jacek Caban <jacek@codeweavers.com> | Mon Jun 04 18:01:19 2012 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jun 05 10:23:54 2012 +0200 |
tree | ab2512b1333ea2480ccacaaa5541a1bdfc0ecd79 | |
parent | 2aa6c460f736d830aa642523517c937edcfb40ae [diff] [blame] |
wininet: Added support for undocumented InternetQueryOption(98).
diff --git a/dlls/wininet/http.c b/dlls/wininet/http.c index 54ac0d5..b123283 100644 --- a/dlls/wininet/http.c +++ b/dlls/wininet/http.c
@@ -1987,6 +1987,9 @@ return ERROR_SUCCESS; } + case 98: + TRACE("Queried undocumented option 98, forwarding to INTERNET_OPTION_SECURITY_FLAGS\n"); + /* fall through */ case INTERNET_OPTION_SECURITY_FLAGS: { DWORD flags;