Correct default structure packing on Windows ARM64

See issue #5454 for details
This commit is contained in:
Cameron Gutman 2022-03-27 19:03:54 -05:00
parent 6d1c3cd691
commit a60986caa8
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
#ifdef __BORLANDC__
#pragma nopackwarning
#endif
#ifdef _M_X64
#ifdef _WIN64
/* Use 8-byte alignment on 64-bit architectures, so pointers are aligned */
#pragma pack(push,8)
#else