Saleem Abdulrasool 38b33c370a
FoundationEssentials: allow Data to build on Windows
`unmap` is a non-portable function as it is not part of the C standard.
The correct spelling for this on Windows is `UnmapViewOfFile` which
expects that the data to be mapped by `MapViewOfFile`.  This cannot be
used for freeing memory in general.
2023-05-16 09:07:43 -07:00
..