diff src/stdlib/SDL_stdlib.c @ 1345:7f32b9bede06

Fixes for Visual C++ 6.0
author Sam Lantinga <slouken@libsdl.org>
date Tue, 07 Feb 2006 18:36:54 +0000
parents 1cbaeee565b1
children 1b5fbaf1d2c6
line wrap: on
line diff
--- 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;