microsoft / win32metadata

Tooling to generate metadata for Win32 APIs in the Windows SDK.
Other
1.34k stars 119 forks source link

Remove StructSizeField from BLOB, BSTRBLOB #1978

Closed riverar closed 2 months ago

riverar commented 3 months ago

Related: #1961

Removed StructSizeField from BLOB and BSTRBLOB as these were mistakenly flagged due to the cbSize fields. The logic that adds this attribute has also been moved up to allow proper remapping/removal of this attribute.

mikebattista commented 2 months ago

Thanks!