| 70 | #ifdef _WIN32 |
| 71 | |
| 72 | std::string NativeToString(const NativePathString& ns) { |
| 73 | PlatformFilename fn(ns); |
| 74 | return fn.ToString(); |
| 75 | } |
| 76 | |
| 77 | TimePoint ToTimePoint(FILETIME ft) { |
| 78 | // Hundreds of nanoseconds between January 1, 1601 (UTC) and the Unix epoch. |