--- deliantra/Deliantra-Client/Client.xs 2006/10/08 21:22:29 1.159 +++ 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