1
0
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:
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 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);
} }*/
}; };