Commit 57b145e4 authored by Alexandre Julliard's avatar Alexandre Julliard

widl: Clear RobustEarly flag also for data structure conformance.

parent 235f7659
......@@ -1987,6 +1987,7 @@ static unsigned int write_conf_or_var_desc(FILE *file, const type_t *cont_type,
break;
}
offset += size;
if (offset > baseoff) robust_flags &= ~RobustEarly;
}
}
......
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