Fixes for Visual C++ 6.0

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401349
This commit is contained in:
Sam Lantinga 2006-02-07 18:36:54 +00:00
parent 3a030bf60f
commit 80444aefd9
6 changed files with 10 additions and 3 deletions

View file

@ -31,6 +31,10 @@
#if defined(_MSC_VER)
/* Float to long (FIXME!) */
long _ftol()
{
return 0;
}
long _ftol2_sse()
{
return 0;