Fixed snappy build.

This commit is contained in:
SizzlingCalamari 2018-07-14 14:16:36 -04:00
parent 56e6eef1da
commit 73ba4f105e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
#include <stddef.h>
#endif
#if defined(_MSC_VER) && (_MSC_VER <= 1913)
#if defined(_MSC_VER)
#include <basetsd.h>
typedef SSIZE_T ssize_t;
#endif