Skip to content

server: Replace __int64 with INT64.

Jinoh Kang requested to merge server/protocol.def-align-fix into master

__int64 has an inconsistent alignment: 4 bytes on Unix, 8 bytes on PE.

Fix this by using INT64/UINT64 which has consistent alignment on both Unix and PE side.

Merge request reports

Loading