gstreamer/win32/link_oldruntime.c
Thomas Vander Stichele a132cc9d9a add more win32 build files
Original commit message from CVS:
add more win32 build files
2005-10-10 14:15:15 +00:00

11 lines
151 B
C

#include <windows.h>
//VC7 or later, building with pre-VC7 runtime libraries
long
_ftol2 (double dblSource)
{
return _ftol (dblSource);
}