diff 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
line wrap: on
line diff
--- a/src/stdlib/SDL_stdlib.c	Sun Aug 29 12:00:09 2010 -0700
+++ b/src/stdlib/SDL_stdlib.c	Sun Aug 29 14:22:22 2010 -0700
@@ -39,6 +39,12 @@
 
 #else
 
+void
+__declspec(naked)
+_chkstk()
+{
+}
+
 /* Float to long */
 void
 __declspec(naked)