This commit is contained in:
2024-08-23 10:19:01 -05:00
parent bc0d299b85
commit 2835809e5e

View File

@ -62,11 +62,6 @@ inline constexpr const std::string_view REPERTORY_DATA_NAME = "repertory2";
inline constexpr const std::string_view REPERTORY_MIN_REMOTE_VERSION = "2.0.0";
#define REPERTORY_INVALID_HANDLE INVALID_HANDLE_VALUE
#if defined(_WIN32)
#define REPERTORY_API_INVALID_HANDLE static_cast<std::uint64_t>(-1)
#else
#define REPERTORY_API_INVALID_HANDLE REPERTORY_INVALID_HANDLE
#endif
inline constexpr const auto NANOS_PER_SECOND = 1000000000L;