Commit 7421a7b5 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 15fbcacb
......@@ -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;
......
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