Fix proc name reported in delay load failure.

This commit is contained in:
Robert Shearman 2004-02-09 20:58:42 +00:00 committed by Alexandre Julliard
parent f323d5d31b
commit 932a102dcd
1 changed files with 1 additions and 1 deletions

View File

@ -976,7 +976,7 @@ static int output_delayed_imports( FILE *outfile )
fprintf( outfile, " rec.rec = 0;\n" );
fprintf( outfile, " rec.params = 2;\n" );
fprintf( outfile, " rec.info[0] = imd->szName;\n" );
fprintf( outfile, " rec.info[1] = *pINT + 2;\n" );
fprintf( outfile, " rec.info[1] = *pINT;\n" );
fprintf( outfile, "#ifdef __GNUC__\n" );
fprintf( outfile, " rec.addr = __builtin_return_address(1);\n" );
fprintf( outfile, "#else\n" );