diff --git a/wineopenxr/make_openxr b/wineopenxr/make_openxr index 49250269..aa882e1b 100755 --- a/wineopenxr/make_openxr +++ b/wineopenxr/make_openxr @@ -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