From 82be999d2f024b363edf23b4631d903eb9a17ca3 Mon Sep 17 00:00:00 2001 From: winesync Date: Tue, 8 Dec 2020 18:00:54 +0100 Subject: [PATCH] [WINESYNC] wininet: Add stub for INTERNET_OPTION_IGNORE_OFFLINE. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48739 Signed-off-by: Roman Pišl Signed-off-by: Alexandre Julliard wine commit id 6fcd1378b2516165468bcbd71263c1b18c6be491 by Roman Pišl --- dll/win32/wininet/internet.c | 3 +++ sdk/tools/winesync/wininet.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dll/win32/wininet/internet.c b/dll/win32/wininet/internet.c index 94dd800d869..e400fb22162 100644 --- a/dll/win32/wininet/internet.c +++ b/dll/win32/wininet/internet.c @@ -2972,6 +2972,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: diff --git a/sdk/tools/winesync/wininet.cfg b/sdk/tools/winesync/wininet.cfg index f77c1846e67..44c2b49f672 100644 --- a/sdk/tools/winesync/wininet.cfg +++ b/sdk/tools/winesync/wininet.cfg @@ -5,4 +5,4 @@ files: include/wininet.h: sdk/include/psdk/wininet.h include/winineti.h: sdk/include/psdk/winineti.h tags: - wine: 4c640f24c9901ccaf8706de31e22149130c57be6 + wine: 6fcd1378b2516165468bcbd71263c1b18c6be491