PlaylistFile: use uint_least64_t
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user