-
Use `int64_t` rather than `int64` · 05eb1f25Matt Clarkson authored
For cross platform and cross compiler portability we use the standard integer type for a 64-bit integer. MinGW on Windows doesn't have the definition for `int64`.
05eb1f25
×
For cross platform and cross compiler portability we use the standard integer type for a 64-bit integer. MinGW on Windows doesn't have the definition for `int64`.