Restore deps/mman
authornegativeExponent <negativeExponent@users.noreply.github.com>
Wed, 21 Apr 2021 00:04:21 +0000 (08:04 +0800)
committernegativeExponent <negativeExponent@users.noreply.github.com>
Wed, 21 Apr 2021 00:04:21 +0000 (08:04 +0800)
commit6d10ad9e524e863b30c87f361184f377f56c5b7e
tree8b24c70cfc22268c91800ef45f72950d22709677
parentf07738df018b55394b7141751e0acf5b6369573e
Restore deps/mman

Accidentally purged in last commit, needed for lightrec/lightning
16 files changed:
deps/mman/.gitignore [new file with mode: 0644]
deps/mman/.gitrepo [new file with mode: 0644]
deps/mman/.vs/mman/v14/.suo [new file with mode: 0644]
deps/mman/CMakeLists.txt [new file with mode: 0644]
deps/mman/Makefile [new file with mode: 0644]
deps/mman/README.md [new file with mode: 0644]
deps/mman/UpgradeLog.htm [new file with mode: 0644]
deps/mman/configure [new file with mode: 0755]
deps/mman/mman-win32.pro [new file with mode: 0644]
deps/mman/mman.c [new file with mode: 0644]
deps/mman/mman.h [new file with mode: 0644]
deps/mman/mman.sln [new file with mode: 0644]
deps/mman/mman.vcxproj [new file with mode: 0644]
deps/mman/mman.vcxproj.filters [new file with mode: 0644]
deps/mman/mman.vcxproj.user [new file with mode: 0644]
deps/mman/test.c [new file with mode: 0644]