Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / utils / mono-mmap-windows-internals.h
1 /**
2  * \file
3  */
4
5 #ifndef __MONO_UTILS_MMAP_WINDOWS_H__
6 #define __MONO_UTILS_MMAP_WINDOWS_H__
7
8 #include <config.h>
9 #include <glib.h>
10
11 #ifdef HOST_WIN32
12 #include "mono/utils/mono-mmap.h"
13 #include "mono/utils/mono-mmap-internals.h"
14
15 int
16 mono_mmap_win_prot_from_flags (int flags);
17 #endif /* HOST_WIN32 */
18 #endif /* __MONO_UTILS_MMAP_WINDOWS_H__ */
19