Fixed DEP bug

This commit is contained in:
David Anderson
2006-02-02 09:34:06 +00:00
parent dcae78a389
commit 63b10cfaf5
3 changed files with 7 additions and 1 deletions

View File

@@ -994,7 +994,7 @@ int AMXAPI amx_Init(AMX *amx,void *program)
#if defined JIT
#define CODESIZE_JIT 8192 /* approximate size of the code for the JIT */
#define CODESIZE_JIT 65536 /* approximate size of the code for the JIT */
#if defined __WIN32__ /* this also applies to Win32 "console" applications */