mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 09:01:59 +00:00
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…
x
Reference in New Issue
Block a user