Bitfield padding
Different compilers have different rules for how bitfield structures are padded. These have now shown up as a problem on Windows. The code now has a check executed during build to ensure all platforms see the same size structure.
Different compilers have different rules for how bitfield structures are padded. These have now shown up as a problem on Windows. The code now has a check executed during build to ensure all platforms see the same size structure.