ASF_FLAT_PICTURE is declared a simple struct. the msvc definition however is a packed struct, (as in #pragma pack(push, 1)). This causes wrong sizeof/alignof when accessing the struct (it caused an issue in msvc
#pragma pack(push, 1)
Log in to post a comment.