Commit 7c33f2336122c95fb5c53b8f32ecc4f7817fbe2e

Sam Lantinga 2014-02-22T10:40:12

Thou shalt not use more than 4k local variables in this code.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)