PlaylistFile: use uint_least64_t

This commit is contained in:
Max Kellermann 2023-10-07 12:29:04 +02:00
parent 579a6ee299
commit e9ec03f769
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public:
#endif
}
constexpr uint64_t GetSize() const noexcept {
constexpr uint_least64_t GetSize() const noexcept {
#ifdef _WIN32
return ConstructUint64(data.nFileSizeLow, data.nFileSizeHigh);
#else