List Archive
Thread
-
Unable to build working Win32 libzip-1.1.3,
Lisa Matias
(2017/01/11 01:41:05)
-
Re: Unable to build working Win32 libzip-1.1.3,
Andrew Molyneux
(2017/01/11 15:13:05)
- Re: Unable to build working Win32 libzip-1.1.3, Lisa Matias (2017/01/11 23:55:36)
- Re: Unable to build working Win32 libzip-1.1.3, Thomas Klausner (2017/01/13 11:17:32)
-
Re: Unable to build working Win32 libzip-1.1.3,
Andrew Molyneux
(2017/01/11 15:13:05)
Message
Hi Lisa! On Wed, Jan 11, 2017 at 03:13:01PM +0000, Andrew Molyneux wrote: > I believe VS2013 is the first version of Visual C++ that includes the C99 > functions strtoull and strtoll. Earlier versions do have _strtoui64 and > _strtoi64 though, which seem to be exactly equivalent, so this is probably > the way to go: > #if (_MSVC_VER < 1800) > #define strtoull _strtoui64 > #define strtoll _strtoi64 > #endif I've added checks and redefinitions to libzip for these two functions to hg tip. Can you please check if it works? Thomas
Made by MHonArc.