commit | f23b358b0d9155895f7d1484d08a974aa0838cc5 | [log] [tgz] |
---|---|---|
author | Eric Frias <efrias@syncad.com> | Sun Nov 21 15:39:51 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Nov 21 15:39:51 2004 +0000 |
tree | da624f3fb8aa2be7612ca5661b1349e99b787a30 | |
parent | 296c8c0cafe03faae9733411d8d3e16c08dd66c2 [diff] [blame] |
Handle a def file where the names of the exported functions are listed without being followed by an equals sign and an alias.
diff --git a/tools/winebuild/parser.c b/tools/winebuild/parser.c index ce85343..4452b6c 100644 --- a/tools/winebuild/parser.c +++ b/tools/winebuild/parser.c
@@ -790,6 +790,10 @@ remove_stdcall_decoration( odp->link_name ); token = GetToken(1); } + else + { + odp->link_name = xstrdup( name ); + } /* check for optional ordinal */