--- deliantra/Deliantra-Client/Client.xs 2006/10/01 18:17:37 1.158 +++ deliantra/Deliantra-Client/Client.xs 2006/10/09 01:06:36 1.160 @@ -1,4 +1,6 @@ #ifdef _WIN32 +long _ftol (double); /* defined by VC6 C libs */ +long _ftol2 (double dblSource) { return _ftol (dblSource); } # define WIN32_LEAN_AND_MEAN # define _WIN32_WINNT 0x0500 // needed to get win2000 api calls # include @@ -658,7 +660,6 @@ PPCODE: { #ifdef _WIN32 - INTERNET_PROXY_INFO proxyinfo; char buffer[2048]; DWORD buflen;