Mercurial > sdl-ios-xcode
comparison src/stdlib/SDL_stdlib.c @ 5088:c2539ff054c8
Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 24 Jan 2011 15:46:11 -0800 |
parents | d6adaafcfb10 |
children | b530ef003506 |
comparison
equal
deleted
inserted
replaced
5087:e7680e2c9f3c | 5088:c2539ff054c8 |
---|---|
33 #ifndef __FLTUSED__ | 33 #ifndef __FLTUSED__ |
34 #define __FLTUSED__ | 34 #define __FLTUSED__ |
35 __declspec(selectany) int _fltused = 1; | 35 __declspec(selectany) int _fltused = 1; |
36 #endif | 36 #endif |
37 | 37 |
38 #ifdef _WIN64 | 38 #ifdef _M_IX86 |
39 | |
40 #else | |
41 | 39 |
42 void | 40 void |
43 __declspec(naked) | 41 __declspec(naked) |
44 _chkstk() | 42 _chkstk() |
45 { | 43 { |