Module: wine Branch: master Commit: 01425f603afec2211fae35c4bb1c6ba31815bd12 URL: http://source.winehq.org/git/wine.git/?a=commit;h=01425f603afec2211fae35c4bb...
Author: Rob Shearman rob@codeweavers.com Date: Thu Nov 2 16:49:19 2006 +0000
wininet: Don't return an error for INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not being implemented on protocols other than HTTP, just print a FIXME. Reported by Michael Moss.
---
dlls/wininet/internet.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/wininet/internet.c b/dlls/wininet/internet.c index 27a3382..607d4d8 100644 --- a/dlls/wininet/internet.c +++ b/dlls/wininet/internet.c @@ -2397,8 +2397,6 @@ BOOL WINAPI InternetSetOptionW(HINTERNET { FIXME("INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not supported on protocol %d\n", lpwhh->htype); - INTERNET_SetLastError(ERROR_INVALID_PARAMETER); - ret = FALSE; } } else