A light implementation of the mmap functions for MinGW.
Run the following Vcpkg command to install the port.
vcpkg install mman
The mman.h header deployed by mman is placed in mman/sys/mman.h to avoid accidental inclusion.
find_path(MMAN_DIR NAMES sys/mman.h PATH_SUFFIXES mman) target_include_directories(main PRIVATE ${MMAN_DIR})
vgit-f5ff813#5
Jan 10, 2022
windows
witwall/mman-win32129
github.com/witwall/mman-win32
0e96f76e01
Complex license
Manifest