diff options
Diffstat (limited to 'Private/NewKit')
| -rw-r--r-- | Private/NewKit/Defines.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/NewKit/Defines.hpp b/Private/NewKit/Defines.hpp index a3b86234..bed02081 100644 --- a/Private/NewKit/Defines.hpp +++ b/Private/NewKit/Defines.hpp @@ -66,7 +66,7 @@ using Utf32Char = char32_t; using Void = void; -using Lba = SSizeT; +using Lba = UInt64; enum class Endian : UChar { kEndianLittle, kEndianBig, kEndianMixed, kCount }; @@ -135,4 +135,4 @@ public: #undef INIT #endif // ifdef INIT -#define INIT(OBJ, TYPE, ...) TYPE OBJ = TYPE(__VA_ARGS__)
\ No newline at end of file +#define INIT(OBJ, TYPE, ...) TYPE OBJ = TYPE(__VA_ARGS__) |
