mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Added RedisArray and RedisCluster to config.w32 and more win32 fixes
Manually picked from: 6c377eee18
This commit is contained in:
+2
-1
@@ -2,10 +2,11 @@
|
||||
#define REDIS_ARRAY_IMPL_H
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#include "win32/php_stdint.h"
|
||||
#include <win32/php_stdint.h>
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#include "common.h"
|
||||
#include "redis_array.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user