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