mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Named the unsigned 64-bit type "uint64" instead of "int64".
This commit is contained in:
@@ -657,7 +657,7 @@ TMP="$?"
|
||||
echo "$type_8_byte"
|
||||
if test $TMP -eq 0; then
|
||||
_def_64bit_type_signed="typedef signed $type_8_byte int64;"
|
||||
_def_64bit_type_unsigned="typedef unsigned $type_8_byte int64;"
|
||||
_def_64bit_type_unsigned="typedef unsigned $type_8_byte uint64;"
|
||||
fi
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user