projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8afef2b
)
Fix release build
author
Gé van Geldorp
<ge@gse.nl>
Tue, 6 Sep 2005 19:21:42 +0000
(19:21 +0000)
committer
Gé van Geldorp
<ge@gse.nl>
Tue, 6 Sep 2005 19:21:42 +0000
(19:21 +0000)
svn path=/trunk/; revision=17702
reactos/tools/winebuild/spec32.c
patch
|
blob
|
history
diff --git
a/reactos/tools/winebuild/spec32.c
b/reactos/tools/winebuild/spec32.c
index
0dc95d9
..
194fef6
100644
(file)
--- a/
reactos/tools/winebuild/spec32.c
+++ b/
reactos/tools/winebuild/spec32.c
@@
-318,6
+318,7
@@
static void output_stub_funcs( FILE *outfile, DLLSPEC *spec )
{
int i;
+#if 0
for (i = 0; i < spec->nb_entry_points; i++)
{
ORDDEF *odp = &spec->entry_points[i];
@@
-329,6
+330,7
@@
static void output_stub_funcs( FILE *outfile, DLLSPEC *spec )
fprintf( outfile, "#endif\n\n" );
break;
}
+#endif
for (i = 0; i < spec->nb_entry_points; i++)
{