1
0
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:
Christian Muehlhaeuser 2011-09-10 05:08:45 +02:00
parent 77b0adaf7f
commit 401f691359

View File

@ -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);
}
}*/
};