1 2 3 4 5 6 7 8 9 10
#include <windows.h> //VC7 or later, building with pre-VC7 runtime libraries long _ftol2 (double dblSource) { return _ftol (dblSource); }