summaryrefslogtreecommitdiffhomepage
path: root/Datafile/Archive.h
diff options
context:
space:
mode:
Diffstat (limited to 'Datafile/Archive.h')
-rw-r--r--Datafile/Archive.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Datafile/Archive.h b/Datafile/Archive.h
index f3ec099..eac284f 100644
--- a/Datafile/Archive.h
+++ b/Datafile/Archive.h
@@ -15,7 +15,7 @@
#define VERSION 0x0010
#define BLOCK_SIZE 1024
-#define MAX_FILES 4096
+#define MAX_FILES 8192
#define FILE_BLOCK 1024
#define NAMELEN 64
@@ -80,4 +80,7 @@ private:
DWORD nblocks;
};
+extern std::wstring ToWideString(const std::string& str);
+
+
#endif