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

This commit is contained in:
Alexandre Julliard 2009-06-30 12:44:59 +02:00
parent 66a04a83a1
commit 7798aed2cf

View file

@ -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() );