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:
Diffstat (limited to 'src/thirdparty/unrar/options.hpp')
-rw-r--r--src/thirdparty/unrar/options.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/thirdparty/unrar/options.hpp b/src/thirdparty/unrar/options.hpp
index a6ec227f0..05d9e10cc 100644
--- a/src/thirdparty/unrar/options.hpp
+++ b/src/thirdparty/unrar/options.hpp
@@ -95,6 +95,7 @@ class RAROptions
RAR_CHARSET CommentCharset;
RAR_CHARSET FilelistCharset;
RAR_CHARSET ErrlogCharset;
+ RAR_CHARSET RedirectCharset;
wchar ArcPath[NM];
SecPassword Password;
@@ -113,6 +114,7 @@ class RAROptions
bool DisablePercentage;
bool DisableCopyright;
bool DisableDone;
+ bool PrintVersion;
int Solid;
int SolidCount;
bool ClearArc;
@@ -139,6 +141,10 @@ class RAROptions
bool OpenShared;
bool DeleteFiles;
+#ifdef _WIN_ALL
+ bool AllowIncompatNames; // Allow names with trailing dots and spaces.
+#endif
+
#ifndef SFX_MODULE
bool GenerateArcName;