mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Merge pull request #2004 from Areloch/PragmaPack
Ups the #pragma pack call from 4 to 8 when using 64bit
This commit is contained in:
commit
64955e8cfc
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ struct EngineFunctionDefaultArguments
|
||||||
|
|
||||||
// Need byte-aligned packing for the default argument structures.
|
// Need byte-aligned packing for the default argument structures.
|
||||||
#ifdef _WIN64
|
#ifdef _WIN64
|
||||||
#pragma pack( push, 4 )
|
#pragma pack( push, 8 )
|
||||||
#else
|
#else
|
||||||
#pragma pack( push, 1 )
|
#pragma pack( push, 1 )
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue