git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32719
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// down the program startup (especially if there is no DNS server
// available, in which case it may take up to 1 minute)
// down the program startup (especially if there is no DNS server
// available, in which case it may take up to 1 minute)
- if ( getenv("HTTP_PROXY") )
+ if ( wxGetenv("HTTP_PROXY") )
{
wxURL::ms_useDefaultProxy = true;
}
{
wxURL::ms_useDefaultProxy = true;
}