diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/backends/wininetbe/wininetbackend.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/backends/wininetbe/wininetbackend.cxx b/shell/source/backends/wininetbe/wininetbackend.cxx index 20d35c787b00..fb14831dfdf0 100644 --- a/shell/source/backends/wininetbe/wininetbackend.cxx +++ b/shell/source/backends/wininetbe/wininetbackend.cxx @@ -127,7 +127,7 @@ WinInetBackend::WinInetBackend() // query for the neccessary space DWORD dwLength = 0; - BOOL bRet = lpfnInternetQueryOption( + lpfnInternetQueryOption( NULL, INTERNET_OPTION_PROXY, (LPVOID)lpi, @@ -144,7 +144,7 @@ WinInetBackend::WinInetBackend() lpi = reinterpret_cast< LPINTERNET_PROXY_INFO >( alloca( dwLength ) ); - bRet = lpfnInternetQueryOption( + lpfnInternetQueryOption( NULL, INTERNET_OPTION_PROXY, (LPVOID)lpi, |