diff options
author | Ladislav Zezula <zezula@volny.cz> | 2020-08-09 11:24:16 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2020-08-09 11:24:16 +0200 |
commit | ac0dfb94b0a2482f06c2dbff11104448857640a1 (patch) | |
tree | fd351cbe15de7badbaf70d8984fd59562db490f3 /src/StormLib.h | |
parent | efa7e50ef7d25bcbb15007deed9453b3002aa8aa (diff) |
Loading of MPQs v 4.0 with fake MPQ headers
Diffstat (limited to 'src/StormLib.h')
-rw-r--r-- | src/StormLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/StormLib.h b/src/StormLib.h index bd8ea94..81f8c59 100644 --- a/src/StormLib.h +++ b/src/StormLib.h @@ -158,6 +158,7 @@ extern "C" { #define ERROR_FILE_INCOMPLETE 10006 // The required file part is missing #define ERROR_UNKNOWN_FILE_NAMES 10007 // A name of at least one file is unknown #define ERROR_CANT_FIND_PATCH_PREFIX 10008 // StormLib was unable to find patch prefix for the patches +#define ERROR_FAKE_MPQ_HEADER 10009 // The header at this position is fake header // Values for SFileCreateArchive #define HASH_TABLE_SIZE_MIN 0x00000004 // Verified: If there is 1 file, hash table size is 4 |