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

Windows. Reviewed by Marko.
This commit is contained in:
calvin 2008-02-29 23:18:46 +00:00
parent befacd1a44
commit 6be1195663

View file

@ -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