2025-08-22 02:44 CEST

spring: develop c90ca9b2 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
Eshed Eshed develop 2016-11-13 02:17:35 develop 6c136cee
Changeset Fix 0005388

Apparently struct packing had weird issues on win32 builds (and maybe linux 32 as well?)
http://stackoverflow.com/questions/8568432/is-gccs-attribute-packed-pragma-pack-unsafe
or
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51628
may be related.

Anyway, all supported compilers support #pragma pack which works great.
mod - rts/lib/assimp/include/assimp/Compiler/poppack1.h Diff ] File ]
mod - rts/lib/assimp/include/assimp/Compiler/pushpack1.h Diff ] File ]