GP-3449 - Fix Win32 8-byte type alignment and update test utils

This commit is contained in:
ghizard 2023-05-19 14:40:00 -04:00
parent 3cbd416d6d
commit 9cb6a7a12e
4 changed files with 63 additions and 29 deletions

View file

@ -19,7 +19,7 @@
<entry size="1" alignment="1" />
<entry size="2" alignment="2" />
<entry size="4" alignment="4" />
<entry size="8" alignment="4" />
<entry size="8" alignment="8" />
</size_alignment_map>
<bitfield_packing>
<use_MS_convention value="true"/>