Disable the exec shield workaround for now, it's causing too much

trouble.
This commit is contained in:
Alexandre Julliard 2004-01-20 00:28:01 +00:00
parent d841a735c7
commit f223b8fe2d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ int main( int argc, char *argv[] )
{
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