Fix truncation issue with 64-bit contants on Windows, update Kaitai patch script

This commit is contained in:
Nikolaj Schlej 2023-02-03 23:53:10 -08:00
parent f02f828571
commit 7a161f577a
5 changed files with 23 additions and 14 deletions

View file

@ -20,7 +20,7 @@ public:
class public_key_t;
class header_t;
enum structure_ids_t {
enum structure_ids_t : uint64_t {
STRUCTURE_IDS_KEYM = 6872296602200661855LL
};