提交 2e0bc3a5 编写于 作者: J Jens Geyer 提交者: Enrico Giordani

[PR] Unable to build Redis 3.0 on 32 bit.

Missing comma & typo in #ifdef.
上级 e2ab3e1d
......@@ -449,7 +449,7 @@ BOOL QForkParentInit() {
#ifdef _WIN64
MEM_RESERVE | MEM_TOP_DOWN,
#else
MEM_RESERVE
MEM_RESERVE,
#endif
PAGE_READWRITE);
IFFAILTHROW(pHigh, "QForkMasterInit: VirtualAllocEx failed.");
......
......@@ -31,7 +31,7 @@
#ifndef __ZMALLOC_H
#define __ZMALLOC_H
#ifdef WIN32
#ifdef _WIN32
#include "Win32_Interop/Win32_Portability.h"
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册