mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 14:46:33 +02:00
* Yet another final win fix... :-/
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
*/
|
*/
|
||||||
struct IeSettings : WINHTTP_CURRENT_USER_IE_PROXY_CONFIG
|
struct IeSettings : WINHTTP_CURRENT_USER_IE_PROXY_CONFIG
|
||||||
{
|
{
|
||||||
IeSettings()
|
/* IeSettings()
|
||||||
{
|
{
|
||||||
if (!WinHttpGetIEProxyConfigForCurrentUser(this)) {
|
if (!WinHttpGetIEProxyConfigForCurrentUser(this)) {
|
||||||
fAutoDetect = FALSE;
|
fAutoDetect = FALSE;
|
||||||
@@ -39,5 +39,5 @@ struct IeSettings : WINHTTP_CURRENT_USER_IE_PROXY_CONFIG
|
|||||||
if (lpszAutoConfigUrl) GlobalFree(lpszAutoConfigUrl);
|
if (lpszAutoConfigUrl) GlobalFree(lpszAutoConfigUrl);
|
||||||
if (lpszProxy) GlobalFree(lpszProxy);
|
if (lpszProxy) GlobalFree(lpszProxy);
|
||||||
if (lpszProxyBypass) GlobalFree(lpszProxyBypass);
|
if (lpszProxyBypass) GlobalFree(lpszProxyBypass);
|
||||||
}
|
}*/
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user