From d081d6143e86bd350bd62dc6811629346746ac52 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 26 Apr 2017 00:10:55 +0200 Subject: Windows: update libzip to version 1.2.0 --- src/Common/libzip/compat.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Common/libzip/compat.h') diff --git a/src/Common/libzip/compat.h b/src/Common/libzip/compat.h index ed1f8726..dc73f5ce 100644 --- a/src/Common/libzip/compat.h +++ b/src/Common/libzip/compat.h @@ -105,6 +105,12 @@ typedef char bool; #if !defined(HAVE__SETMODE) && defined(HAVE_SETMODE) #define _setmode setmode #endif +#if !defined(HAVE_STRTOLL) && defined(HAVE__STRTOI64) +#define strtoll _strtoi64 +#endif +#if !defined(HAVE_STRTOULL) && defined(HAVE__STRTOUI64) +#define strtoull _strtoui64 +#endif #endif #ifndef HAVE_FSEEKO -- cgit v1.2.3