From f5e4156e83d9b78cbf9e15d691c397d7fc1affce Mon Sep 17 00:00:00 2001 From: Max Risuhin Date: Sun, 20 Aug 2017 20:14:46 +0300 Subject: [PATCH] ARROW-1375: [C++] Remove dependency on msvc version for Snappy build --- cpp/cmake_modules/SnappyConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/cmake_modules/SnappyConfig.h b/cpp/cmake_modules/SnappyConfig.h index c998d1813aa..bd73a4c3cb5 100644 --- a/cpp/cmake_modules/SnappyConfig.h +++ b/cpp/cmake_modules/SnappyConfig.h @@ -29,7 +29,7 @@ #ifndef SNAPPY_CONFIG_H #define SNAPPY_CONFIG_H 1 -#if defined(_MSC_VER) && (_MSC_VER <= 1910) +#if defined(_MSC_VER) typedef __int64 ssize_t; #endif