Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'redis_array_impl.h')
-rw-r--r--redis_array_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis_array_impl.h b/redis_array_impl.h
index f55c96e4..acf7f093 100644
--- a/redis_array_impl.h
+++ b/redis_array_impl.h
@@ -1,7 +1,7 @@
#ifndef REDIS_ARRAY_IMPL_H
#define REDIS_ARRAY_IMPL_H
-#ifdef PHP_WIN32
+#if (defined(_MSC_VER) && _MSC_VER <= 1920)
#include <win32/php_stdint.h>
#else
#include <stdint.h>