commit | 43bd5512c3a1c5dac3801d36dfe3f467980b9e4f | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Sep 08 11:35:19 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Sep 08 11:35:19 2005 +0000 |
tree | 82070f46ca908df9b0124a2aa9d34a2a2736c470 | |
parent | 38673cc01d20701f63328a7606b119cfe783a606 [diff] [blame] |
Added support for 64-bit format NT header and export/import tables.
diff --git a/tools/winebuild/parser.c b/tools/winebuild/parser.c index aa548da..5c3e749 100644 --- a/tools/winebuild/parser.c +++ b/tools/winebuild/parser.c
@@ -791,7 +791,7 @@ else { odp->type = TYPE_STDCALL; - args /= sizeof(int); + args /= get_ptr_size(); if (args >= sizeof(odp->u.func.arg_types)) { error( "Too many arguments in stdcall function '%s'\n", odp->name );