Fixes for Visual C++ 6.0
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401349
This commit is contained in:
parent
3a030bf60f
commit
80444aefd9
6 changed files with 10 additions and 3 deletions
|
@ -31,6 +31,10 @@
|
|||
#if defined(_MSC_VER)
|
||||
|
||||
/* Float to long (FIXME!) */
|
||||
long _ftol()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
long _ftol2_sse()
|
||||
{
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue