Commit 3950b2b9 authored by calvin's avatar calvin

branches/zip: Exclude mman.h on Windows since it is not supported on

Windows. Reviewed by Marko.
parent 60a442d6
......@@ -45,7 +45,7 @@ if we are compiling on Windows. */
/* Include <sys/stat.h> to get S_I... macros defined for os0file.c */
# include <sys/stat.h>
# ifndef __NETWARE__
# if !defined(__NETWARE__) && !defined(__WIN__)
# include <sys/mman.h> /* mmap() for os0proc.c */
# endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment