Mercurial > sdl-ios-xcode
comparison src/stdlib/SDL_stdlib.c @ 4868:d6adaafcfb10
Fixed compiling with Visual Studio 2008
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 29 Aug 2010 14:22:22 -0700 |
parents | f7b03b6838cb |
children | c2539ff054c8 |
comparison
equal
deleted
inserted
replaced
4867:ba7492f9e2b8 | 4868:d6adaafcfb10 |
---|---|
36 #endif | 36 #endif |
37 | 37 |
38 #ifdef _WIN64 | 38 #ifdef _WIN64 |
39 | 39 |
40 #else | 40 #else |
41 | |
42 void | |
43 __declspec(naked) | |
44 _chkstk() | |
45 { | |
46 } | |
41 | 47 |
42 /* Float to long */ | 48 /* Float to long */ |
43 void | 49 void |
44 __declspec(naked) | 50 __declspec(naked) |
45 _ftol() | 51 _ftol() |