diff options
author | Shauren <shauren.trinity@gmail.com> | 2023-05-04 17:00:52 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-05-04 17:00:52 +0200 |
commit | 16bc74667e8996b64258718e95b97258dfc0217a (patch) | |
tree | 20c19a6ecd393c55608f2be2f94a74fab2c1b6f1 /src/common/DataStores/DB2FileLoader.h | |
parent | 64f8693751090bd28e6dc840a2c218c3c609fcf8 (diff) |
Core: Update to 10.1
Diffstat (limited to 'src/common/DataStores/DB2FileLoader.h')
-rw-r--r-- | src/common/DataStores/DB2FileLoader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/DataStores/DB2FileLoader.h b/src/common/DataStores/DB2FileLoader.h index b8e8e222a8b..29e78463f38 100644 --- a/src/common/DataStores/DB2FileLoader.h +++ b/src/common/DataStores/DB2FileLoader.h @@ -66,6 +66,8 @@ struct DB2SectionHeader #pragma pack(pop) +inline constinit uint64 DUMMY_KNOWN_TACT_ID = 0x5452494E49545900; // TRINITY + struct DB2FieldMeta { bool IsSigned; |