commit | 7421a7b560143a4fc42657efae98cb4974307473 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Wed Sep 01 04:53:22 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Sep 01 04:53:22 2004 +0000 |
tree | b298ae6c98c0a7b1743ce23b9efba57ef5dc304d | |
parent | 15fbcacbb4f05778a162e864a80be60c86f47d2c [diff] [blame] |
Don't output the DECLSPEC_ALIGN() directives in the TYPE_FIELD tests.
diff --git a/tools/winapi/winapi_test b/tools/winapi/winapi_test index 42eb3f7..4741a10 100755 --- a/tools/winapi/winapi_test +++ b/tools/winapi/winapi_test
@@ -706,6 +706,7 @@ foreach my $field ($type->fields()) { my $field_type_name = $field->type_name; + $field_type_name =~ s/\s+DECLSPEC_ALIGN\(\d+\)//; my $field_name = $field->name; my $field_size = $field->size; my $field_offset = $field->offset;