configure: check for strtoull on msvc

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
(cherry picked from commit b52d3574d466e745834d1283b55570dee1e2d4cd)
This commit is contained in:
James Almer
2016-12-05 13:07:10 -03:00
parent e08b1cf2df
commit a57b701bdc
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@ -6197,6 +6197,7 @@ __declspec($_restrict) void* foo(int);
EOF
fi
check_func strtoll || add_cflags -Dstrtoll=_strtoi64
check_func strtoull || add_cflags -Dstrtoull=_strtoui64
fi
for pfx in "" host_; do