Files
swift-mirror/lib/Basic/FileSystem.cpp
Saleem Abdulrasool 8b4573e25b Basic: convert descriptors to FILE *
Ensure that convert the file descriptor to `FILE *` when passing the parameter
to `fs::mapped_file_region`'s constructor which takes a `FILE *`.  Repairs the
build for Windows.
2019-08-26 14:00:31 -07:00

9.3 KiB