CVS: winex/tools/winebuild spec32.c,1.17,1.18

[email protected]
Newsgroups gmane.comp.emulators.winex.cvs
Message-ID <[email protected]>
Subject: winex/tools/winebuild spec32.c,1.17,1.18Update of /var/lib/cvsd/cvsroot/winex/tools/winebuild
In directory agravaine:/tmp/cvs-serv17604/tools/winebuild

Modified Files:
	spec32.c 
Log Message:

- output trampolines even if --disable-debug is specified to configure



Index: spec32.c
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/tools/winebuild/spec32.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- spec32.c	30 Mar 2007 19:02:06 -0000	1.17
+++ spec32.c	30 Mar 2007 20:26:06 -0000	1.18
@@ -239,8 +239,11 @@
 
     /* output relays */
 
+#if 0
+    /* Still needed even if debugging disabled */
     if (debugging)
     {
+#endif
         for (i = Base; i <= Limit; i++)
         {
             ORDDEF *odp = Ordinals[i];
@@ -290,7 +293,9 @@
         ignore:
             fprintf( outfile, "    \"\\t.long 0,0,0,0\\n\"\n" );
         }
+#if 0
     }
+#endif
 
 
     /* output __wine_dllexport symbols */
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.