mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-30 19:24:32 +01:00
wineopenxr: Don't break on recursive struct definition.
CW-Bug-Id: #23689
This commit is contained in:
parent
26e5b94e4c
commit
98b0d5a4e0
1 changed files with 2 additions and 0 deletions
|
|
@ -1750,6 +1750,8 @@ class XrStruct(Sequence):
|
|||
return True
|
||||
|
||||
for m in self.members:
|
||||
if m.type == self.name:
|
||||
continue
|
||||
if m.needs_conversion():
|
||||
return True
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue