Don't use POSIX API on UWP

This commit is contained in:
Victor Zverovich
2019-11-17 08:29:08 -08:00
parent c58b7d9c2f
commit 9b7fe2a4a1
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ std::string read(file& f, std::size_t count) {
return buffer;
}
#endif // FMT_USE_FILE_DESCRIPTORS
#endif // FMT_USE_FCNTL
std::string format_system_error(int error_code, fmt::string_view message) {
fmt::memory_buffer out;