Handle a def file where the names of the exported functions are listed
without being followed by an equals sign and an alias.
This commit is contained in:
parent
296c8c0caf
commit
f23b358b0d
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue