Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1344:2eed9997bd24 | 1345:7f32b9bede06 |
---|---|
29 /* These are some C runtime intrinsics that need to be defined */ | 29 /* These are some C runtime intrinsics that need to be defined */ |
30 | 30 |
31 #if defined(_MSC_VER) | 31 #if defined(_MSC_VER) |
32 | 32 |
33 /* Float to long (FIXME!) */ | 33 /* Float to long (FIXME!) */ |
34 long _ftol() | |
35 { | |
36 return 0; | |
37 } | |
34 long _ftol2_sse() | 38 long _ftol2_sse() |
35 { | 39 { |
36 return 0; | 40 return 0; |
37 } | 41 } |
38 | 42 |