Handle a def file where the names of the exported functions are listed

without being followed by an equals sign and an alias.
oldstable
Eric Frias 2004-11-21 15:39:51 +00:00 committed by Alexandre Julliard
parent 296c8c0caf
commit f23b358b0d
1 changed files with 4 additions and 0 deletions

View File

@ -790,6 +790,10 @@ static int parse_def_export( char *name, DLLSPEC *spec )
remove_stdcall_decoration( odp->link_name );
token = GetToken(1);
}
else
{
odp->link_name = xstrdup( name );
}
/* check for optional ordinal */