summaryrefslogtreecommitdiff
path: root/win32/link_oldruntime.c
blob: 673e618a714b2c9ed020ad49c66a196dcc137b14 (plain)
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);
}