8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32564e5 + 5b3771a commit a09b65bCopy full SHA for a09b65b
redis_array.h
@@ -1,7 +1,7 @@
1
#ifndef REDIS_ARRAY_H
2
#define REDIS_ARRAY_H
3
4
-#ifdef PHP_WIN32
+#if (defined(_MSC_VER) && _MSC_VER <= 1920)
5
#include "win32/php_stdint.h"
6
#else
7
#include <stdint.h>
redis_array_impl.h
#ifndef REDIS_ARRAY_IMPL_H
#define REDIS_ARRAY_IMPL_H
#include <win32/php_stdint.h>
0 commit comments