PlaylistFile: use uint_least64_t
This commit is contained in:
parent
579a6ee299
commit
e9ec03f769
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue