diff options
author | James Almer <[email protected]> | 2016-12-05 13:07:10 -0300 |
---|---|---|
committer | James Almer <[email protected]> | 2016-12-05 19:19:58 -0300 |
commit | c1435f9dfb9a2d5195c3118f453f4a564ceaaaf4 (patch) | |
tree | 4d2ba3239bac4127487a3ef0714f0689e8747b7b | |
parent | 726faff0aa86fa040280c57f27eefde47a17ea1b (diff) |
configure: check for strtoull on msvc
Reviewed-by: Michael Niedermayer <[email protected]>
Signed-off-by: James Almer <[email protected]>
(cherry picked from commit b52d3574d466e745834d1283b55570dee1e2d4cd)
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5995,6 +5995,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 |