Commit 6fcd1378 authored by Roman Pišl's avatar Roman Pišl Committed by Alexandre Julliard

wininet: Add stub for INTERNET_OPTION_IGNORE_OFFLINE.

parent 143a2a30
......@@ -2955,6 +2955,9 @@ BOOL WINAPI InternetSetOptionW(HINTERNET hInternet, DWORD dwOption,
case INTERNET_OPTION_DISABLE_PASSPORT_AUTH:
TRACE("Option INTERNET_OPTION_DISABLE_PASSPORT_AUTH: harmless stub, since not enabled\n");
break;
case INTERNET_OPTION_IGNORE_OFFLINE:
FIXME("Option INTERNET_OPTION_IGNORE_OFFLINE: STUB\n");
break;
case INTERNET_OPTION_SEND_TIMEOUT:
case INTERNET_OPTION_RECEIVE_TIMEOUT:
case INTERNET_OPTION_DATA_SEND_TIMEOUT:
......
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