commit | f223b8fe2d98a60f936908285caed8743c0c05c3 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Jan 20 00:28:01 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 20 00:28:01 2004 +0000 |
tree | 77acc3a3e11972c3a3d28fce36b07673c68c906c | |
parent | d841a735c71f64f827e3d5b541e2c6521c01b2be [diff] |
Disable the exec shield workaround for now, it's causing too much trouble.
diff --git a/loader/main.c b/loader/main.c index 07e0d0f..51009c2 100644 --- a/loader/main.c +++ b/loader/main.c
@@ -29,7 +29,7 @@ { char error[1024]; -#ifdef __i386__ +#if 0 static char pe_load[256*1024*1024] __attribute__((aligned(4096))); wine_set_pe_load_area( pe_load, sizeof(pe_load) ); #endif