mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
branches/zip: Exclude mman.h on Windows since it is not supported on
Windows. Reviewed by Marko.
This commit is contained in:
parent
befacd1a44
commit
6be1195663
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue