Hans Leidekker : wininet: Return success from the InternetSetOption( INTERNET_OPTION_DISABLE_AUTODIAL) stub.

Alexandre Julliard julliard at winehq.org
Mon Jun 2 07:24:24 CDT 2008


Module: wine
Branch: master
Commit: a6dc4a9a442f7fcbe36d33eb71c7efda7c7f7b25
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a6dc4a9a442f7fcbe36d33eb71c7efda7c7f7b25

Author: Hans Leidekker <hans at it.vu.nl>
Date:   Sat May 31 21:47:01 2008 +0200

wininet: Return success from the InternetSetOption(INTERNET_OPTION_DISABLE_AUTODIAL) stub.

---

 dlls/wininet/internet.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/wininet/internet.c b/dlls/wininet/internet.c
index a7a28c1..1ae8cce 100644
--- a/dlls/wininet/internet.c
+++ b/dlls/wininet/internet.c
@@ -2323,6 +2323,9 @@ BOOL WINAPI InternetSetOptionW(HINTERNET hInternet, DWORD dwOption,
     case INTERNET_OPTION_SECURITY_FLAGS:
 	 FIXME("Option INTERNET_OPTION_SECURITY_FLAGS; STUB\n");
 	 break;
+    case INTERNET_OPTION_DISABLE_AUTODIAL:
+	 FIXME("Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB\n");
+	 break;
     case 86:
         FIXME("86\n");
         break;




More information about the wine-cvs mailing list