This commit is contained in:
2024-08-23 12:08:40 -05:00
parent 3bce0e9c70
commit 81fbe7a962
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
#include "utils/config.hpp"
namespace repertory::utils::time {
inline constexpr const auto NANOS_PER_SECOND = 1000000000ULL;
inline constexpr const auto NANOS_PER_SECOND = 1000000000L;
inline constexpr const auto WIN32_TIME_CONVERSION{116444736000000000ULL};
inline constexpr const auto WIN32_TIME_NANOS_PER_TICK{100ULL};