https://git.reactos.org/?p=reactos.git;a=commitdiff;h=82be999d2f024b363edf2…
commit 82be999d2f024b363edf23b4631d903eb9a17ca3
Author: winesync <ros-dev(a)reactos.org>
AuthorDate: Tue Dec 8 18:00:54 2020 +0100
Commit: Jérôme Gardou <zefklop(a)users.noreply.github.com>
CommitDate: Tue Jan 5 11:03:13 2021 +0100
[WINESYNC] wininet: Add stub for INTERNET_OPTION_IGNORE_OFFLINE.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=48739
Signed-off-by: Roman Pišl <rpisl(a)seznam.cz>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
wine commit id 6fcd1378b2516165468bcbd71263c1b18c6be491 by Roman Pišl
<rpisl(a)seznam.cz>
---
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