Commit f223b8fe authored by Alexandre Julliard's avatar Alexandre Julliard

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

trouble.
parent d841a735
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment