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

Alexandre Julliard julliard at winehq.org
Tue Jun 30 08:33:30 CDT 2009


Module: wine
Branch: master
Commit: 7798aed2cfe4e2e275d5e3cd05ee26ec6ce90fdb
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7798aed2cfe4e2e275d5e3cd05ee26ec6ce90fdb

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun 30 12:44:59 2009 +0200

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

---

 tools/winebuild/spec16.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tools/winebuild/spec16.c b/tools/winebuild/spec16.c
index 4bccd0c..679c4de 100644
--- a/tools/winebuild/spec16.c
+++ b/tools/winebuild/spec16.c
@@ -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() );




More information about the wine-cvs mailing list