mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Merge pull request #1851 from Jan-E/php8_vs2019
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#ifndef REDIS_ARRAY_H
|
||||
#define REDIS_ARRAY_H
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#if (defined(_MSC_VER) && _MSC_VER <= 1920)
|
||||
#include "win32/php_stdint.h"
|
||||
#else
|
||||
#include <stdint.h>
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user