This commit is contained in:
2024-08-02 13:05:15 -05:00
parent 2a3c6f3522
commit 03dd9ee579
4 changed files with 17 additions and 10 deletions

View File

@ -41,7 +41,7 @@ inline const std::array<std::string, 4U> attribute_namespaces = {
[[nodiscard]] auto to_api_error(int err) -> api_error;
[[nodiscard]] auto unix_error_to_windows(int err) -> std::int32_t;
[[nodiscard]] auto unix_error_to_windows(int err) -> std::uint32_t;
[[nodiscard]] auto
unix_time_to_windows_time(const remote::file_time &file_time) -> UINT64;