From 2fd027846e8bc7bba4029d9c8d774a4cbab6218f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 2 Apr 2006 09:26:51 +0000 Subject: Moved AmigaOS 'magic cookie' to sdl.cpp, as it is port specific (porter says he might remove it completly in a future version) svn-id: r21550 --- backends/sdl/sdl.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'backends') diff --git a/backends/sdl/sdl.cpp b/backends/sdl/sdl.cpp index fe617991e7..92bdf58a48 100644 --- a/backends/sdl/sdl.cpp +++ b/backends/sdl/sdl.cpp @@ -32,6 +32,11 @@ #include "scummvm.xpm" +#if defined(__amigaos4__) +// Set the stack cookie, 640 KB should be enough for everyone +const char* stackCookie = "$STACK: 655360\0"; +#endif + #if defined(WIN32) && defined(NO_CONSOLE) #include #define STDOUT_FILE TEXT("stdout.txt") -- cgit v1.2.3