mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-20 07:52:30 +02:00
* Yet another final win fix... :-/
This commit is contained in:
parent
77b0adaf7f
commit
401f691359
@ -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);
|
||||
}
|
||||
}*/
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user