Closed jpd002 closed 2 years ago
Replace long with INT64, since long's size can vary depending on build environment (Win64 is 4 bytes, Linux/macOS is 8 bytes).
long
INT64
Replace
long
withINT64
, sincelong
's size can vary depending on build environment (Win64 is 4 bytes, Linux/macOS is 8 bytes).