Commit c52e4b65 authored by Alexandre Julliard's avatar Alexandre Julliard

winebuild: Mark the stack non-executable in static import libraries.

parent a1cc2b18
......@@ -1454,6 +1454,7 @@ static void build_unix_import_lib( DLLSPEC *spec )
output( "\t%s %s%s$%u$%s\n", get_asm_ptr_keyword(),
asm_name( prefix ), dll_name, odp->ordinal, name );
output_function_size( name );
output_gnu_stack_note();
break;
default:
......
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