From ca93a8cb76edb459a94e56a85c45a29a881dfc16 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Wed, 12 Mar 2014 15:35:11 +0100 Subject: + New error code returned when SFileCompactArchive finds at least one unknown file name --- src/StormLib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/StormLib.h') diff --git a/src/StormLib.h b/src/StormLib.h index b1064d5..c37f789 100644 --- a/src/StormLib.h +++ b/src/StormLib.h @@ -146,6 +146,7 @@ extern "C" { #define ERROR_BASE_FILE_MISSING 10004 // The file is present as incremental patch file, but base file is missing #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 // Values for SFileCreateArchive #define HASH_TABLE_SIZE_MIN 0x00000004 // Verified: If there is 1 file, hash table size is 4 -- cgit v1.2.3