Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ environment:
PYTHON: "3.5"
ARCH: "64"
CONFIGURATION: "Release"
- JOB: "Build"
GENERATOR: Visual Studio 15 2017 Win64
PYTHON: "3.5"
ARCH: "64"
CONFIGURATION: "Release"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
BOOST_ROOT: C:\Libraries\boost_1_64_0

MSVC_DEFAULT_OPTIONS: ON
BOOST_ROOT: C:\Libraries\boost_1_63_0
Expand Down
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 <= 1900)
#if defined(_MSC_VER) && (_MSC_VER <= 1910)
typedef __int64 ssize_t;
#endif

Expand Down