Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-06-17 08:02:09 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-07-04 07:21:51 +0300
commit9dddd1ec79cd211eb7b9ae65e8fc158ac5885f1b (patch)
tree988821827b6b267aeca53957b54eede3f691bb6f /include
parentc1e3b5a89b095fb438387bafe9403961b201ec77 (diff)
Update Unrar to v5.5.6.
Diffstat (limited to 'include')
-rw-r--r--include/unrar.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/unrar.h b/include/unrar.h
index ce373e6c9..268f00a06 100644
--- a/include/unrar.h
+++ b/include/unrar.h
@@ -125,6 +125,16 @@ struct RAROpenArchiveData
typedef int (CALLBACK *UNRARCALLBACK)(UINT msg,LPARAM UserData,LPARAM P1,LPARAM P2);
+#define ROADF_VOLUME 0x0001
+#define ROADF_COMMENT 0x0002
+#define ROADF_LOCK 0x0004
+#define ROADF_SOLID 0x0008
+#define ROADF_NEWNUMBERING 0x0010
+#define ROADF_SIGNED 0x0020
+#define ROADF_RECOVERY 0x0040
+#define ROADF_ENCHEADERS 0x0080
+#define ROADF_FIRSTVOLUME 0x0100
+
struct RAROpenArchiveDataEx
{
char *ArcName;