mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
Fix release build
svn path=/trunk/; revision=17702
This commit is contained in:
parent
8afef2bda9
commit
38a02c040e
1 changed files with 2 additions and 0 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue