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
This commit is contained in:
Max Horn 2006-04-02 09:26:51 +00:00
parent a30d832ee0
commit 2fd027846e
2 changed files with 5 additions and 5 deletions

View File

@ -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 <cstdio>
#define STDOUT_FILE TEXT("stdout.txt")

View File

@ -143,11 +143,6 @@ const char *gScummVMFeatures = ""
#endif
;
#if defined(__amigaos4__)
// Set the stack cookie, 640 KB should be enough for everyone
const char* stackCookie = "$STACK: 655360\0";
#endif
/**
* The debug level. Initially set to -1, indicating that no debug output
* should be shown. Positive values usually imply an increasing number of