Commit e5531732 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winapi_test: Clarify the error message regarding struct size and alignment.

parent 13c69ae8
......@@ -276,7 +276,7 @@ sub _find_align_kind_size($) {
} elsif (/^(struct|union)$/) {
$kind = $1;
if (!$size_parse_reported{$_}) {
$output->write("$type_name: can't parse type\n");
$output->write("cannot compute the size and alignment of $type_name types\n");
$size_parse_reported{$_} = 1;
}
} elsif (/^\w+\s*\((?:\s*CALLBACK|\s*NTAPI|\s*WINAPI)?\s*\*\s*\)\s*\(.*?\)$/) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment