Skip to content

Commit

Permalink
ARROW-1375: [C++] Remove dependency on msvc version for Snappy build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhora committed Aug 20, 2017
1 parent b50f235 commit f5e4156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake_modules/SnappyConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f5e4156

Please sign in to comment.