mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 12:11:34 -06:00
22.00
This commit is contained in:
7
CPP/7zip/UI/Common/ArchiveCommandLine.h
Normal file → Executable file
7
CPP/7zip/UI/Common/ArchiveCommandLine.h
Normal file → Executable file
@@ -51,7 +51,7 @@ struct CArcCmdLineOptions
|
||||
bool HelpMode;
|
||||
|
||||
// bool LargePages;
|
||||
bool CaseSensitiveChange;
|
||||
bool CaseSensitive_Change;
|
||||
bool CaseSensitive;
|
||||
|
||||
bool IsInTerminal;
|
||||
@@ -97,6 +97,9 @@ struct CArcCmdLineOptions
|
||||
CBoolPair AltStreams;
|
||||
CBoolPair HardLinks;
|
||||
CBoolPair SymLinks;
|
||||
|
||||
CBoolPair StoreOwnerId;
|
||||
CBoolPair StoreOwnerName;
|
||||
|
||||
CUpdateOptions UpdateOptions;
|
||||
CHashOptions HashOptions;
|
||||
@@ -117,7 +120,7 @@ struct CArcCmdLineOptions
|
||||
CArcCmdLineOptions():
|
||||
HelpMode(false),
|
||||
// LargePages(false),
|
||||
CaseSensitiveChange(false),
|
||||
CaseSensitive_Change(false),
|
||||
CaseSensitive(false),
|
||||
|
||||
IsInTerminal(false),
|
||||
|
||||
Reference in New Issue
Block a user