mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
widl: Clear RobustEarly flag also for data structure conformance.
This commit is contained in:
parent
235f76594e
commit
57b145e468
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue