Added RedisArray and RedisCluster to config.w32 and more win32 fixes

Manually picked from: 6c377eee18
This commit is contained in:
michael-grunder
2015-03-13 16:30:33 -07:00
parent dad6cd9aec
commit 69c6c04eec
3 changed files with 33 additions and 30 deletions
+2 -1
View File
@@ -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"