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

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/UI/Common/ArchiveCommandLine.h')
-rwxr-xr-x7zip/UI/Common/ArchiveCommandLine.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/7zip/UI/Common/ArchiveCommandLine.h b/7zip/UI/Common/ArchiveCommandLine.h
index 48bf026d..ddca3237 100755
--- a/7zip/UI/Common/ArchiveCommandLine.h
+++ b/7zip/UI/Common/ArchiveCommandLine.h
@@ -40,6 +40,10 @@ struct CArchiveCommandLineOptions
{
bool HelpMode;
+ #ifdef _WIN32
+ bool LargePages;
+ #endif
+
bool IsInTerminal;
bool IsStdOutTerminal;
bool IsStdErrTerminal;