Windows: Ensure we emit LF_STRUCTURE_VS19 types

This commit is contained in:
Mike Auty
2021-07-24 23:01:11 +01:00
parent 9358700553
commit deaa86f625
@@ -695,7 +695,7 @@ class PdbReader:
leaf_type, name, value = self.types[index]
if leaf_type in [
leaf_type.LF_CLASS, leaf_type.LF_CLASS_ST, leaf_type.LF_STRUCTURE, leaf_type.LF_STRUCTURE_ST,
leaf_type.LF_INTERFACE
leaf_type.LF_INTERFACE, leaf_type.LF_CLASS_VS19, leaf_type.LF_STRUCTURE_VS19
]:
if not value.properties.forward_reference and name:
self.user_types[name] = {