diff options
author | unknown <C:\Ladik\Mail> | 2015-08-03 17:41:31 +0200 |
---|---|---|
committer | unknown <C:\Ladik\Mail> | 2015-08-03 17:41:31 +0200 |
commit | 922d3a82b897f3cbe45b45d4e072361c681a8959 (patch) | |
tree | 196d2fc5034c68bbd8d4d5b660b40a127dc6ef25 /src/StormLib.h | |
parent | 607e4458e775e17de450f550e7d412ef41013138 (diff) |
+ Fixed patch archives
+ Empty MPQs are no longer marked as malformed
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 b6cb0c9..fb32b8b 100644 --- a/src/StormLib.h +++ b/src/StormLib.h @@ -149,6 +149,7 @@ extern "C" { #define ERROR_MARKED_FOR_DELETE 10005 // The file was marked as "deleted" in the MPQ #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 // Values for SFileCreateArchive #define HASH_TABLE_SIZE_MIN 0x00000004 // Verified: If there is 1 file, hash table size is 4 |