mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
a132cc9d9a
Original commit message from CVS: add more win32 build files
10 lines
151 B
C
10 lines
151 B
C
#include <windows.h>
|
|
|
|
//VC7 or later, building with pre-VC7 runtime libraries
|
|
long
|
|
_ftol2 (double dblSource)
|
|
{
|
|
return _ftol (dblSource);
|
|
}
|
|
|
|
|