Thou shalt not use more than 4k local variables in this code.
diff --git a/src/stdlib/SDL_stdlib.c b/src/stdlib/SDL_stdlib.c
index 1eb9a12..7c2e0d5 100644
--- a/src/stdlib/SDL_stdlib.c
+++ b/src/stdlib/SDL_stdlib.c
@@ -278,12 +278,6 @@ void * memcpy ( void * destination, const void * source, size_t num )
#ifdef _M_IX86
-void
-__declspec(naked)
-_chkstk()
-{
-}
-
/* Float to long */
void
__declspec(naked)