]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix Borland integer constants
authorBrad King <brad.king@kitware.com>
Wed, 11 Nov 2009 17:13:34 +0000 (12:13 -0500)
committerBrad King <brad.king@kitware.com>
Wed, 11 Nov 2009 17:13:34 +0000 (12:13 -0500)
commit0866bff009563915790bde1a42691c62f70f0f88
tree304dbb8ae13e45c31a647c8198dba9eb2c060d37
parenta30e831a19c12ae8f4aa85b3198c79b499d80324
Fix Borland integer constants

Some versions of Borland provide <stdint.h>, so we use it when possible.
However, the 64-bit signed and unsigned integer min/max constants cause
overflow warnings from Borland itself!  For these constants we fall back
on our default definitions.

SVN-Revision: 1647
libarchive/archive_platform.h