mono-mmap-windows-internals.h 346 B

12345678910111213141516171819
  1. /**
  2. * \file
  3. */
  4. #ifndef __MONO_UTILS_MMAP_WINDOWS_H__
  5. #define __MONO_UTILS_MMAP_WINDOWS_H__
  6. #include <config.h>
  7. #include <glib.h>
  8. #ifdef HOST_WIN32
  9. #include "mono/utils/mono-mmap.h"
  10. #include "mono/utils/mono-mmap-internals.h"
  11. int
  12. mono_mmap_win_prot_from_flags (int flags);
  13. #endif /* HOST_WIN32 */
  14. #endif /* __MONO_UTILS_MMAP_WINDOWS_H__ */