commit | 3fa5678ea96d216133054c8a3f094d42b4f9e82a | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Sep 14 15:49:45 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Sep 14 15:49:45 2005 +0000 |
tree | 9cda7de4c92f4d0e1166ab8456f710edc021c66d | |
parent | 867ae269d41f484b243d6543d96ee030e18fd1a1 [diff] [blame] |
Generate stub functions directly in assembly.
diff --git a/tools/winebuild/parser.c b/tools/winebuild/parser.c index 5c3e749..4e166c7 100644 --- a/tools/winebuild/parser.c +++ b/tools/winebuild/parser.c
@@ -368,6 +368,7 @@ { odp->u.func.arg_types[0] = '\0'; odp->link_name = xstrdup(""); + odp->flags |= FLAG_I386; /* don't bother generating stubs for Winelib */ return 1; }