Don't output the DECLSPEC_ALIGN() directives in the TYPE_FIELD tests.

This commit is contained in:
Francois Gouget 2004-09-01 04:53:22 +00:00 committed by Alexandre Julliard
parent 15fbcacbb4
commit 7421a7b560
1 changed files with 1 additions and 0 deletions

View File

@ -706,6 +706,7 @@ sub output_test_pack_fields {
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;