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:
authorPavlo Yatsukhnenko <yatsukhnenko@users.noreply.github.com>2020-11-25 16:50:32 +0300
committerGitHub <noreply@github.com>2020-11-25 16:50:32 +0300
commita09b65b15d5e3c946aacedbaa61ef0c0b2d06105 (patch)
tree0c7b5ddd95886b48ed57d5db8a626aa787a1f626 /redis_array_impl.h
parent32564e5b463441880c3d53a2d5c8d5eeec7128cf (diff)
parent5b3771a0b2dd8bafe884558a5f249850acfbb6dd (diff)
Merge pull request #1851 from Jan-E/php8_vs2019
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>