mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
CONFIGURE: Added more 64bit integers to probing
This commit is contained in:
parent
6dc3768faa
commit
0c52bfa43e
2
configure
vendored
2
configure
vendored
@ -1843,7 +1843,7 @@ esac
|
||||
# Determine a data type with the given length
|
||||
#
|
||||
find_type_with_size() {
|
||||
for datatype in int short char long "long long" unknown; do
|
||||
for datatype in int short char long "long long" __int64 "long long int" unknown; do
|
||||
cat > tmp_find_type_with_size.cpp << EOF
|
||||
typedef $datatype ac__type_sizeof_;
|
||||
int main() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user