--- a/src/stdlib/SDL_stdlib.c Tue Feb 07 17:49:40 2006 +0000
+++ b/src/stdlib/SDL_stdlib.c Tue Feb 07 18:36:54 2006 +0000
@@ -31,6 +31,10 @@
#if defined(_MSC_VER)
/* Float to long (FIXME!) */
+long _ftol()
+{
+ return 0;
+}
long _ftol2_sse()
{
return 0;