summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-09-20 18:42:11 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-09-20 18:42:11 (GMT)
commit0f98a0a08102fe58be05fee6080ce736060d89b8 (patch)
tree4daf8fbcd8f285c1cbc0d0b65c8d6a5ba089bdd9 /Utilities
parent55b31989588070cbb194156fa5b6c32594026ef4 (diff)
parent8dfe74c358c5c5b364341a5fda1a43281d5bcc97 (diff)
downloadCMake-0f98a0a08102fe58be05fee6080ce736060d89b8.zip
CMake-0f98a0a08102fe58be05fee6080ce736060d89b8.tar.gz
CMake-0f98a0a08102fe58be05fee6080ce736060d89b8.tar.bz2
Merge topic 'libarchive-mingwrt-3.20'
8dfe74c libarchive: Fix ssize_t detection with mingwrt 3.20
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/cmlibarchive/libarchive/archive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmlibarchive/libarchive/archive.h b/Utilities/cmlibarchive/libarchive/archive.h
index 9b918a8..8bc612f 100644
--- a/Utilities/cmlibarchive/libarchive/archive.h
+++ b/Utilities/cmlibarchive/libarchive/archive.h
@@ -52,7 +52,7 @@
/* These should match the types used in 'struct stat' */
#if defined(_WIN32) && !defined(__CYGWIN__)
#define __LA_INT64_T __int64
-# if defined(_SSIZE_T_DEFINED)
+# if defined(_SSIZE_T_DEFINED) || defined(_SSIZE_T_)
# define __LA_SSIZE_T ssize_t
# elif defined(_WIN64)
# define __LA_SSIZE_T __int64