Commit f0b8fe56 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

The text section alignment should be default, not 1.

parent c74b0989
......@@ -209,7 +209,7 @@ static int output_exports( FILE *outfile, int nr_exports )
/* output the function names */
fprintf( outfile, " \"\\t.text 1\\n\"\n" );
fprintf( outfile, " \"\\t.text\\n\"\n" );
fprintf( outfile, " \"__wine_spec_exp_names:\\n\"\n" );
for (i = 0; i < nb_names; i++)
fprintf( outfile, " \"\\t" STRING " \\\"%s\\\"\\n\"\n", Names[i]->name );
......
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