http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d15c32
)
wininet: Stub for INTERNET_OPTION_PROXY in InternetSetOptionW (eterbug #4311)
author
Konstantin Kondratyuk
<kondratyuk@etersoft.ru>
Fri, 23 Oct 2009 13:29:57 +0000
(17:29 +0400)
committer
Vitaly Lipatov
<lav@etersoft.ru>
Sun, 25 Oct 2009 15:39:33 +0000
(18:39 +0300)
dlls/wininet/internet.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/wininet/internet.c
b/dlls/wininet/internet.c
index 785a1ef4b014e3f54ec1af9619f90d57c25518e2..c35c58c79707f7b9d33ea1dd0734a0b5eaadc735 100644
(file)
--- a/
dlls/wininet/internet.c
+++ b/
dlls/wininet/internet.c
@@
-2398,6
+2398,10
@@
BOOL WINAPI InternetSetOptionW(HINTERNET hInternet, DWORD dwOption,
INTERNET_SetLastError(ERROR_INTERNET_INVALID_OPTION);
ret = FALSE;
break;
+ case INTERNET_OPTION_PROXY:
+ FIXME("INTERNET_OPTION_PROXY: stub returns true!\n");
+ ret = TRUE;
+ break;
default:
FIXME("Option %d STUB\n",dwOption);
INTERNET_SetLastError(ERROR_INTERNET_INVALID_OPTION);