Use `int64_t` rather than `int64`
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`.
Showing
Please
register
or
sign in
to comment