浏览代码

#define MAP_PRIVATE 0 for _WIN32

Sergey Lyubka 12 年之前
父节点
当前提交
d970705596
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mongoose.c

+ 1 - 0
mongoose.c

@@ -3856,6 +3856,7 @@ static void *mmap(void *addr, int64_t len, int prot, int flags, int fd,
 }
 #define munmap(x, y)  UnmapViewOfFile(x)
 #define MAP_FAILED NULL
+#define MAP_PRIVATE 0
 #define PROT_READ 0
 #else
 #include <sys/mman.h>