Commit 7798aed2 authored by Alexandre Julliard's avatar Alexandre Julliard

winebuild: Don't try to output 32-bit resources when building a 16-bit wrapper dll.

parent 66a04a83
......@@ -887,7 +887,6 @@ void output_spec16_file( DLLSPEC *spec16 )
output_stubs( spec16 );
output_exports( spec32 );
output_imports( spec16 );
output_resources( spec16 );
if (spec16->main_module)
{
output( "\n\t%s\n", get_asm_string_section() );
......
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