[ros-diffs] [gvg] 17702: Fix release build

gvg at svn.reactos.com gvg at svn.reactos.com
Tue Sep 6 21:21:45 CEST 2005


Fix release build
Modified: trunk/reactos/tools/winebuild/spec32.c
  _____  

Modified: trunk/reactos/tools/winebuild/spec32.c
--- trunk/reactos/tools/winebuild/spec32.c	2005-09-06 18:07:46 UTC
(rev 17701)
+++ trunk/reactos/tools/winebuild/spec32.c	2005-09-06 19:21:42 UTC
(rev 17702)
@@ -318,6 +318,7 @@

 {
     int i;
 
+#if 0
     for (i = 0; i < spec->nb_entry_points; i++)
     {
         ORDDEF *odp = &spec->entry_points[i];
@@ -329,6 +330,7 @@
         fprintf( outfile, "#endif\n\n" );
         break;
     }
+#endif
 
     for (i = 0; i < spec->nb_entry_points; i++)
     {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050906/834105e2/attachment.html


More information about the Ros-diffs mailing list