PlaylistFile: use uint_least64_t

This commit is contained in:
Max Kellermann
2023-10-07 12:29:04 +02:00
parent 579a6ee299
commit e9ec03f769

View File

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